X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_dbg.c;h=76d4bd9ce63a61ae5f364f10e6de8d31b07bf962;hp=11d8d50a22de5e0a1967a5bd32e4020d1e5a6344;hb=d1887ded41a5bfec8e10e9fd736fa9444b9b6222;hpb=43c8f7012102cdb591ace899420c10e4a78385ad diff --git a/ao_dbg.c b/ao_dbg.c index 11d8d50a..76d4bd9c 100644 --- a/ao_dbg.c +++ b/ao_dbg.c @@ -330,12 +330,12 @@ debug_output(void) } __code struct ao_cmds ao_dbg_cmds[7] = { - { 'D', debug_enable, "D Enable debug mode\n" }, - { 'G', debug_get, "G Get data from debug port\n" }, - { 'I', debug_input, "I Input bytes to target at \n" }, - { 'O', debug_output, "O Output bytes to target at \n" }, - { 'P', debug_put, "P ... Put data to debug port\n" }, - { 'R', debug_reset, "R Reset target\n" }, + { 'D', debug_enable, "D Enable debug mode" }, + { 'G', debug_get, "G Get data from debug port" }, + { 'I', debug_input, "I Input bytes to target at " }, + { 'O', debug_output, "O Output bytes to target at " }, + { 'P', debug_put, "P ... Put data to debug port" }, + { 'R', debug_reset, "R Reset target" }, { 0, debug_reset, 0 }, };