Avoid ram from 0xfda2 through feff, its funky
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index c2e83277ca6e6c3e2320a3ccfd6b5f40de2ad41f..b10f1b34c1d2502cdd60c0252da5bfcc00447830 100644 (file)
--- a/ao.h
+++ b/ao.h
@@ -122,7 +122,7 @@ ao_timer_init(void);
  * ao_adc.c
  */
 
-#define AO_ADC_RING    128
+#define AO_ADC_RING    64
 
 /*
  * One set of samples read from the A/D converter
@@ -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);