altos: Make LCO search directly drive pad/box displays
[fw/altos] / src / drivers / ao_lco.c
index 2c8c729f21cd7512dc9c29a68634de275584e746..47752f1f11647ee79f77ac133345b3faedf8c417 100644 (file)
@@ -82,7 +82,7 @@ ao_lco_show_box(uint16_t box)
        ao_mutex_put(&ao_lco_display_mutex);
 }
 
-void
+static void
 ao_lco_show_voltage(uint16_t decivolts)
 {
        uint8_t tens, ones, tenths;
@@ -98,7 +98,7 @@ ao_lco_show_voltage(uint16_t decivolts)
 }
 
 void
-ao_lco_show_display(void)
+ao_lco_show(void)
 {
        if (ao_lco_pad == AO_LCO_PAD_VOLTAGE && ao_lco_box != AO_LCO_BOX_DRAG) {
                ao_lco_show_voltage(ao_pad_query.battery);