diff options
Diffstat (limited to 'src/telelco-v2.0/ao_lco_v2.c')
-rw-r--r-- | src/telelco-v2.0/ao_lco_v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/telelco-v2.0/ao_lco_v2.c b/src/telelco-v2.0/ao_lco_v2.c index daecf380..904dea0f 100644 --- a/src/telelco-v2.0/ao_lco_v2.c +++ b/src/telelco-v2.0/ao_lco_v2.c @@ -236,7 +236,7 @@ ao_lco_input(void) * visually inspect the system for correct operation */ static void -ao_lco_display_test() +ao_lco_display_test(void) { ao_mutex_get(&ao_lco_display_mutex); ao_seven_segment_set(AO_LCO_PAD_DIGIT, 8 | 0x10); @@ -279,7 +279,7 @@ ao_lco_main(void) } #if DEBUG -void +static void ao_lco_set_debug(void) { uint16_t r = ao_cmd_decimal(); |