Clean up telemetry now that all packets are the same
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index c2e83277ca6e6c3e2320a3ccfd6b5f40de2ad41f..02810d05baefa61683254fdbb53149e128428603 100644 (file)
--- a/ao.h
+++ b/ao.h
@@ -695,9 +695,6 @@ struct ao_telemetry {
        struct ao_gps_data      gps;
 };
 
-void
-ao_telemetry_send(__xdata struct ao_telemetry *telemetry) __reentrant;
-
 void
 ao_telemetry_init(void);