X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fdrivers%2Fao_lco_two.c;h=8d4476efdbe08c1c4f6ff6185ff2e5f8b591be5b;hb=3af81a45be69b4693396de4a5e2c386be566b933;hp=49ea123678714f65d46841cc581bcdfb96817867;hpb=c417ab1de2a083b5fcff2e081e4feb2a65887903;p=fw%2Faltos diff --git a/src/drivers/ao_lco_two.c b/src/drivers/ao_lco_two.c index 49ea1236..8d4476ef 100644 --- a/src/drivers/ao_lco_two.c +++ b/src/drivers/ao_lco_two.c @@ -79,8 +79,8 @@ ao_lco_input(void) ao_event_get(&event); } ao_lco_wakeup(); - PRINTD("event type %d unit %d value %d\n", - event.type, event.unit, event.value); + PRINTD("event type %d unit %d value %ld\n", + event.type, event.unit, (long) event.value); switch (event.type) { case AO_EVENT_BUTTON: switch (event.unit) { @@ -121,7 +121,7 @@ ao_lco_main(void) } #if DEBUG -void +static void ao_lco_set_debug(void) { uint16_t r = ao_cmd_decimal();