mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -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/AP_BattMonitor_test | ||
AP_BattMonitor_Analog.cpp | ||
AP_BattMonitor_Analog.h | ||
AP_BattMonitor_Backend.cpp | ||
AP_BattMonitor_Backend.h | ||
AP_BattMonitor_Bebop.cpp | ||
AP_BattMonitor_Bebop.h | ||
AP_BattMonitor_SMBus_I2C.cpp | ||
AP_BattMonitor_SMBus_I2C.h | ||
AP_BattMonitor_SMBus_PX4.cpp | ||
AP_BattMonitor_SMBus_PX4.h | ||
AP_BattMonitor_SMBus.h | ||
AP_BattMonitor.cpp | ||
AP_BattMonitor.h |