mirror of https://github.com/ArduPilot/ardupilot
b5d3094738
../../libraries/AP_ADC/examples/AP_ADC_test/AP_ADC_test.cpp: In function ‘void show_timing()’: ../../libraries/AP_ADC/examples/AP_ADC_test/AP_ADC_test.cpp:61:88: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] hal.console->printf("timing: mint=%lu maxt=%lu avg=%lu\n", mint, maxt, totalt/count); ^ ../../libraries/AP_ADC/examples/AP_ADC_test/AP_ADC_test.cpp:61:88: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] ../../libraries/AP_ADC/examples/AP_ADC_test/AP_ADC_test.cpp:61:88: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint32_t {aka unsigned int}’ [-Wformat=] |
||
---|---|---|
.. | ||
examples/AP_ADC_test | ||
AP_ADC.cpp | ||
AP_ADC.h | ||
AP_ADC_ADS1115.cpp | ||
AP_ADC_ADS1115.h | ||
AP_ADC_ADS7844.cpp | ||
AP_ADC_ADS7844.h | ||
keywords.txt |