altos: Add configurable beep tone
[fw/altos] / src / kernel / ao_telemetry.h
index 237a35aba2a15401dc1c93695b1ae65aa1d7f47c..fe07c2af490d14368a994012815d81ec869ad159 100644 (file)
@@ -154,7 +154,7 @@ struct ao_telemetry_companion {
        uint16_t                                companion_data[AO_COMPANION_MAX_CHANNELS];      /*  8 */
        /* 32 */
 };
-       
+
 #define AO_TELEMETRY_MEGA_SENSOR       0x08
 
 struct ao_telemetry_mega_sensor {
@@ -181,7 +181,7 @@ struct ao_telemetry_mega_sensor {
        int16_t         mag_z;          /* 30 */
        /* 32 */
 };
-       
+
 #define AO_TELEMETRY_MEGA_DATA         0x09
 
 struct ao_telemetry_mega_data {
@@ -231,7 +231,7 @@ struct ao_telemetry_metrum_sensor {
        uint8_t         pad[6];         /* 26 */
        /* 32 */
 };
-       
+
 #define AO_TELEMETRY_METRUM_DATA       0x0B
 
 struct ao_telemetry_metrum_data {