X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_serial.c;h=2ed0791408d030d5ad127c942f32344c04a8194f;hp=a2292980c21b66cf1489cbcdc45ae9ac0c5138e5;hb=c65f1a1acd2ca00758833cec5d3f8056d303d3e2;hpb=43c8f7012102cdb591ace899420c10e4a78385ad diff --git a/ao_serial.c b/ao_serial.c index a2292980..2ed07914 100644 --- a/ao_serial.c +++ b/ao_serial.c @@ -101,7 +101,7 @@ send_serial(void) } __code struct ao_cmds ao_serial_cmds[] = { - { 'S', send_serial, "S Send data to serial line\n" }, + { 'S', send_serial, "S Send data to serial line" }, { 0, send_serial, NULL }, };