From 819f1de8dd6010fae050bcef930943c7923929f9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 26 Apr 2009 15:38:03 -0700 Subject: Clean up commands a bit --- ao_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ao_serial.c') diff --git a/ao_serial.c b/ao_serial.c index 2ed07914..ae5e0764 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" }, + { 'S', send_serial, "S Send data to serial line" }, { 0, send_serial, NULL }, }; -- cgit v1.2.3