ardupilot/libraries/AP_Terrain
Lucas De Marchi 2c38e31c93 Remove use of PSTR
The PSTR is already define as a NOP for all supported platforms. It's
only needed for AVR so here we remove all the uses throughout the
codebase.

This was automated with a simple python script so it also converts
places which spans to multiple lines, removing the matching parentheses.

AVR-specific places were not changed.
2015-10-30 14:35:04 +09:00
..
AP_Terrain.cpp Remove use of PSTR 2015-10-30 14:35:04 +09:00
AP_Terrain.h AP_Terrain: don't allocate cache array when terrain not enabled 2015-09-23 08:31:17 +10:00
TerrainGCS.cpp AP_Terrain: don't allocate cache array when terrain not enabled 2015-09-23 08:31:17 +10:00
TerrainIO.cpp AP_Terrain: don't allocate cache array when terrain not enabled 2015-09-23 08:31:17 +10:00
TerrainMission.cpp AP_Terrain: standardize inclusion of libaries headers 2015-08-11 16:38:24 +10:00
TerrainUtil.cpp AP_Terrain: don't allocate cache array when terrain not enabled 2015-09-23 08:31:17 +10:00