X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_lco_bits.c;h=80140ec9f7440de0c8f58e9465b674cad60e0696;hb=ffaee646efded39c3cdb07948823822ce8df8c4e;hp=06fc929fd6c50cc151e3c38c111acc8db5d165ac;hpb=1741039eb3633b3f010ac7fc9e6a055d02aa0a15;p=fw%2Faltos diff --git a/src/drivers/ao_lco_bits.c b/src/drivers/ao_lco_bits.c index 06fc929f..80140ec9 100644 --- a/src/drivers/ao_lco_bits.c +++ b/src/drivers/ao_lco_bits.c @@ -413,7 +413,7 @@ ao_lco_search(void) #ifdef AO_LCO_SEARCH_API ao_lco_search_box_present(box); #else - ao_lco_show_pad((uint8_t) (boxes % 10)); + ao_lco_show_pad((int8_t) (boxes % 10)); #endif ao_delay(AO_MS_TO_TICKS(30)); break;