X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_serial.c;h=2ed0791408d030d5ad127c942f32344c04a8194f;hp=a2292980c21b66cf1489cbcdc45ae9ac0c5138e5;hb=45976af820fc41099928df71ea8304c56eb9fc7c;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 }, };