X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_serial.c;h=dd383fca18ff141a5ffd7c0af0f923f746437eca;hb=c269e263a6accd815ed5d08c0f5a6c3d5b9d3853;hp=a48734c2f22793a957fb9575f6f5d0d2e0d21c26;hpb=2923cf5057f9cef110dd547d8677ea5b60e00796;p=fw%2Faltos diff --git a/src/ao_serial.c b/src/ao_serial.c index a48734c2..dd383fca 100644 --- a/src/ao_serial.c +++ b/src/ao_serial.c @@ -93,8 +93,8 @@ monitor_serial(void) } __code struct ao_cmds ao_serial_cmds[] = { - { 'M', monitor_serial, "M Monitor serial data" }, - { 0, monitor_serial, NULL }, + { monitor_serial, "M \0Monitor serial data" }, + { 0, NULL }, }; static const struct {