X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_dbg.c;h=14a123a274fce2e8a71c48840d1279c7e0df2b5c;hp=493715600b169e2fcbbeab74d5f5fecaac6f64b6;hb=b51e5466f7a125db873edd1fa9bd3881d7e98aad;hpb=9e5e4c1ad82d621ceb7286f72c87eeaf5976f9bf diff --git a/src/ao_dbg.c b/src/ao_dbg.c index 49371560..14a123a2 100644 --- a/src/ao_dbg.c +++ b/src/ao_dbg.c @@ -348,12 +348,12 @@ debug_output(void) } __code struct ao_cmds ao_dbg_cmds[7] = { - { debug_enable, "D\0Enable debug mode" }, - { debug_get, "G \0Get data from debug port" }, - { debug_input, "I \0Input bytes to target at " }, - { debug_output, "O \0Output bytes to target at " }, - { debug_put, "P ...\0Put data to debug port" }, - { debug_reset, "R\0Reset target" }, + { debug_enable, "D\0Enable debug" }, + { debug_get, "G \0Get data" }, + { debug_input, "I \0Input at " }, + { debug_output, "O \0Output at " }, + { debug_put, "P ...\0Put data" }, + { debug_reset, "R\0Reset" }, { 0, NULL }, };