ardupilot/libraries/AP_ADC
Lucas De Marchi b5d3094738 AP_ADC: fix warning on printf
../../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=]
2016-05-04 08:58:37 -03:00
..
examples/AP_ADC_test AP_ADC: fix warning on printf 2016-05-04 08:58:37 -03:00
AP_ADC.cpp AP_ADC: fixed license text 2013-08-30 13:01:32 +10:00
AP_ADC.h AP_ADC: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
AP_ADC_ADS1115.cpp AP_ADC: ADS1115: coding style fixes 2016-02-01 14:18:51 -02:00
AP_ADC_ADS1115.h AP_ADC: ADS1115: coding style fixes 2016-02-01 14:18:51 -02:00
AP_ADC_ADS7844.cpp AP_ADC: use millis/micros/panic functions 2015-11-20 12:28:36 +09:00
AP_ADC_ADS7844.h AP_ADC: replace header guard with pragma once 2016-02-18 14:52:34 -02:00
keywords.txt AP_ADC: fixup line endings 2014-04-15 15:56:13 +09:00