altos: Add smaller pa to altitude table for TeleMini
[fw/altos] / src / kernel / ao_convert_pa.c
index fe6e0ef699b803de2b6109e088ee638ac1be0431..20162c1f5c1fea5ae5ec52b097e269344c2f4d3b 100644 (file)
 #endif
 
 static const alt_t altitude_table[] AO_CONST_ATTRIB = {
+#if AO_SMALL_ALTITUDE_TABLE
+#include "altitude-pa-small.h"
+#else
 #include "altitude-pa.h"
+#endif
 };
 
 #ifndef FETCH_ALT