diff options
Diffstat (limited to 'include/adc.h')
-rw-r--r-- | include/adc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/adc.h b/include/adc.h index 15e4cdb7dce..0d1a666908f 100644 --- a/include/adc.h +++ b/include/adc.h @@ -7,8 +7,6 @@ #ifndef _ADC_H_ #define _ADC_H_ -#include <stdbool.h> - /* ADC_CHANNEL() - ADC channel bit mask, to select only required channels */ #define ADC_CHANNEL(x) (1 << x) |