Browse Source
This warning happens because of the difference of datatypes between 32 and 64 bits processors. %% libraries/AP_HAL_Linux/RCInput_UDP.o /home/zehortigoza/dev/ardupilot/libraries/AP_HAL_Linux/RCInput_UDP.cpp: In member function 'virtual void Linux::LinuxRCInput_UDP::_timer_tick()': /home/zehortigoza/dev/ardupilot/libraries/AP_HAL_Linux/RCInput_UDP.cpp:42:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] hal.console->printf("no rc cmds received for %llu\n", delay);mission-4.1.18
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue