Skip to content

Commit

Permalink
update debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Mar 19, 2024
1 parent 24903d6 commit f4f5d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_zemu/tools/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DEFAULT_OPTIONS = {

const APP_PATH_S = resolve('../app/output/app_s.elf')
const APP_PATH_X = resolve('../app/output/app_x.elf')
const APP_PATH_SP = resolve('../../app/bir/app.elf')
const APP_PATH_SP = resolve('../../app/bin/app.elf')
const APP_PATH_ST = resolve('../app/output/app_stax.elf')

const models: IDeviceModel[] = [
Expand Down

0 comments on commit f4f5d58

Please sign in to comment.