]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Adc function is missing from HC1X
authormahi <devnull@localhost>
Mon, 30 Jan 2012 22:30:47 +0000 (23:30 +0100)
committermahi <devnull@localhost>
Mon, 30 Jan 2012 22:30:47 +0000 (23:30 +0100)
include/Adc.h

index eecdffae90b1d2a54c951cc2296d1078dfafb21d..a803fc9a31be5cc8af21b1ec70d0fbf7672d55a1 100644 (file)
@@ -133,8 +133,11 @@ void           Adc_StopGroupConversion (Adc_GroupType group);
 /** Reads results from last conversion into buffer */\r
 Std_ReturnType Adc_ReadGroup (Adc_GroupType group, Adc_ValueGroupType *dataBufferPtr);\r
 #endif\r
+\r
+#if !defined(CFG_HC1X)\r
 /** Reads results from last streaming conversion into buffer */\r
 Adc_StreamNumSampleType Adc_GetStreamLastPointer(Adc_GroupType group, Adc_ValueGroupType** PtrToSamplePtr);\r
+#endif\r
 \r
 #if (ADC_GRP_NOTIF_CAPABILITY == STD_ON)\r
 /** Enables the notification mechanism for the requested ADC Channel group. */\r