X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao_adc.h;h=373db1c4794ccf81ad5f4496e3ba997c59d29860;hb=d96fd33aa8a220d547512eb43c88fc8f5651e39e;hp=0dd87080037686a1c099c11bc024aaa0039ea06f;hpb=ce8153472069ed56b24ac36f297ac569d1f767d4;p=fw%2Faltos diff --git a/src/core/ao_adc.h b/src/core/ao_adc.h index 0dd87080..373db1c4 100644 --- a/src/core/ao_adc.h +++ b/src/core/ao_adc.h @@ -28,10 +28,6 @@ ao_adc_poll(void); void ao_adc_sleep(void); -/* Get a copy of the last complete sample set */ -void -ao_data_get(__xdata struct ao_data *packet); - /* Initialize the A/D converter */ void ao_adc_init(void);