ardupilot/APMrover2
Lucas De Marchi c3fe71a0d5 APMrover2: fix wrong printf format for printf
"%S" is used for wide string, but we are passing a char*. Use lowercase
in this case to remove warnings like this:

libraries/AP_InertialSensor/AP_InertialSensor.cpp: In member function
'bool AP_InertialSensor::calibrate_accel(AP_InertialSensor_UserInteract*, float&, float&)':
libraries/AP_InertialSensor/AP_InertialSensor.cpp:620:61: warning:
format '%S' expects argument of type 'wchar_t*', but argument 3 has type 'const char*' [-Wformat=]
                 "Place vehicle %S and press any key.\n", msg);
                                                             ^
2015-10-30 14:35:44 +09:00
..
APM_Config.h Rover: major restructuring 2013-02-08 09:21:22 +11:00
APMrover2.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
GCS_Mavlink.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
Log.cpp APMrover2: fix wrong printf format for printf 2015-10-30 14:35:44 +09:00
Makefile Rover Makefile: don't include targets.mk directly (included by apm.mk) 2013-01-09 13:15:53 -08:00
Parameters.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
Parameters.h Rover: added EK2_ parameters and EKF2 instance 2015-09-23 11:56:27 +10:00
Parameters.pde Rover: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:29 +09:00
Rover.cpp Rover: bring rover mission callback inline with copter and plane 2015-08-19 15:26:32 +10:00
Rover.h Minimize AP_Progmem.h includes 2015-10-30 14:35:32 +09:00
Steering.cpp Rename gcs_send_text_P to gcs_send_text 2015-10-30 14:35:07 +09:00
capabilities.cpp Rover: init vehicle capabilities 2015-08-01 09:35:46 +09:00
commands.cpp Rename gcs_send_text_P to gcs_send_text 2015-10-30 14:35:07 +09:00
commands_logic.cpp Rename gcs_send_text_P to gcs_send_text 2015-10-30 14:35:07 +09:00
commands_process.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
compat.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
compat.h Rover: coversion to class now complete 2015-05-21 07:48:48 +10:00
config.h Rover: fix for HAL_SITL rename 2015-05-05 09:45:57 +10:00
control_modes.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
createTags APMrover v2.0 - tested on Traxxas Monster Jam Grinder XL-5 3602 2012-04-30 09:17:14 +02:00
defines.h Rover: removed NOINLINE define 2015-05-21 09:35:40 +10:00
events.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
failsafe.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
make.inc build: compile only the HAL files needed by the board 2015-10-21 09:16:07 +11:00
navigation.cpp Rename gcs_send_text_P to gcs_send_text 2015-10-30 14:35:07 +09:00
nocore.inoflag Rover: added nocore.inoflag 2012-12-20 14:52:35 +11:00
radio.cpp Rover: Using a new method to check for throttle failsafe 2015-09-09 10:28:02 +10:00
release-notes.txt Rover: Release 2.50! 2015-06-19 14:24:05 +10:00
sensors.cpp Rename gcs_send_text_P to gcs_send_text 2015-10-30 14:35:07 +09:00
setup.cpp Replace use of UARTDriver::printf_P() with UARTDriver::printf() 2015-10-30 14:35:25 +09:00
system.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
test.cpp APMrover2: fix wrong printf format for 32 bits 2015-10-30 14:35:39 +09:00