AP_Scheduler: fixed build warning

This commit is contained in:
Andrew Tridgell 2018-05-04 11:40:57 +10:00
parent 61c8dfac31
commit 99884c89c9

View File

@ -87,7 +87,7 @@ void SchedTest::one_hz_print(void)
*/ */
void SchedTest::five_second_call(void) void SchedTest::five_second_call(void)
{ {
hal.console->printf("five_seconds: t=%lu ins_counter=%u\n", (unsigned long)AP_HAL::millis(), ins_counter); hal.console->printf("five_seconds: t=%lu ins_counter=%u\n", (unsigned long)AP_HAL::millis(), (unsigned)ins_counter);
} }
/* /*