summaryrefslogtreecommitdiff
path: root/src/telelco-v2.0/ao_lco_v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/telelco-v2.0/ao_lco_v2.c')
-rw-r--r--src/telelco-v2.0/ao_lco_v2.c4
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 90324cc8..daecf380 100644
--- a/src/telelco-v2.0/ao_lco_v2.c
+++ b/src/telelco-v2.0/ao_lco_v2.c
@@ -243,9 +243,9 @@ ao_lco_display_test()
ao_seven_segment_set(AO_LCO_BOX_DIGIT_1, 8 | 0x10);
ao_seven_segment_set(AO_LCO_BOX_DIGIT_10, 8 | 0x10);
ao_mutex_put(&ao_lco_display_mutex);
- ao_led_on(LEDS_AVAILABLE);
+ ao_led_on(AO_LEDS_AVAILABLE);
ao_delay(AO_MS_TO_TICKS(1000));
- ao_led_off(LEDS_AVAILABLE);
+ ao_led_off(AO_LEDS_AVAILABLE);
}
static void