Skip to content

Commit

Permalink
Update uCsim executable filename
Browse files Browse the repository at this point in the history
  • Loading branch information
basilhussain committed Dec 8, 2023
1 parent 9095f7c commit df0a7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
sstm8.exe -t STM8S208 -X 16M -I if=rom[0x5800] -C "sim_cmds.txt" "bin\Test\test"
ucsim_stm8.exe -t STM8S208 -X 16M -I if=rom[0x5800] -C "sim_cmds.txt" "bin\Test\test"

0 comments on commit df0a7ea

Please sign in to comment.