altos: Mark local functions 'static'
[fw/altos] / src / drivers / ao_lco_two.c
index 12c02e8847002714ca6a33a78a81935687d4035d..cfef2a631c488a12e86d130d2680dd3444593447 100644 (file)
@@ -121,12 +121,12 @@ ao_lco_main(void)
 }
 
 #if DEBUG
-void
+static void
 ao_lco_set_debug(void)
 {
-       ao_cmd_decimal();
+       uint16_t r = ao_cmd_decimal();
        if (ao_cmd_status == ao_cmd_success)
-               ao_lco_debug = ao_cmd_lex_i;
+               ao_lco_debug = r;
 }
 
 const struct ao_cmds ao_lco_cmds[] = {