X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao.h;h=b10f1b34c1d2502cdd60c0252da5bfcc00447830;hp=c2e83277ca6e6c3e2320a3ccfd6b5f40de2ad41f;hb=f155333ae18a25068644792e8940269d9fb28033;hpb=d1887ded41a5bfec8e10e9fd736fa9444b9b6222 diff --git a/ao.h b/ao.h index c2e83277..b10f1b34 100644 --- 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);