[core] Fix GDB init commands

This commit is contained in:
Kuba Szczodrzyński
2022-04-30 19:03:02 +02:00
parent d6695f127d
commit 770a7bc4fa
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
],
"openocd_config": "amebaz.cfg",
"gdb_init": [
"mem 0x8000000 0x8010000 ro"
"mem 0x8000000 0x8200000 ro"
]
},
"flash": {