mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-19 23:28:32 -04:00
831d8acca5
Now variables don't have to be declared with PROGMEM anymore, so remove them. This was automated with: git grep -l -z PROGMEM | xargs -0 sed -i 's/ PROGMEM / /g' git grep -l -z PROGMEM | xargs -0 sed -i 's/PROGMEM//g' The 2 commands were done so we don't leave behind spurious spaces. AVR-specific places were not changed. |
||
---|---|---|
.. | ||
examples/trivial_AP_Mount | ||
AP_Gimbal.cpp | ||
AP_Gimbal.h | ||
AP_Mount_Alexmos.cpp | ||
AP_Mount_Alexmos.h | ||
AP_Mount_Backend.cpp | ||
AP_Mount_Backend.h | ||
AP_Mount_MAVLink.cpp | ||
AP_Mount_MAVLink.h | ||
AP_Mount_Servo.cpp | ||
AP_Mount_Servo.h | ||
AP_Mount_SToRM32_serial.cpp | ||
AP_Mount_SToRM32_serial.h | ||
AP_Mount_SToRM32.cpp | ||
AP_Mount_SToRM32.h | ||
AP_Mount.cpp | ||
AP_Mount.h |