X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fadc_sam3.h;h=f46f940fb27fd8e882f811a2d8ff4277ad84febc;hb=563795df4180aaceb7d69306551230c98fbca879;hp=6c31a70023f8886e05435e0f6d11d437bef320b6;hpb=f81df2ee3de292493462ee9d0a8905eaafb57243;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/adc_sam3.h b/bertos/cpu/cortex-m3/drv/adc_sam3.h index 6c31a700..f46f940f 100644 --- a/bertos/cpu/cortex-m3/drv/adc_sam3.h +++ b/bertos/cpu/cortex-m3/drv/adc_sam3.h @@ -35,8 +35,8 @@ * \author Daniele Basile */ -#ifndef DRV_ADC_AT91_H -#define DRV_ADC_AT91_H +#ifndef DRV_ADC_SAM3_H +#define DRV_ADC_SAM3_H #include @@ -61,4 +61,4 @@ void adc_hw_select_ch(uint8_t ch); uint16_t adc_hw_read(void); void adc_hw_init(void); -#endif /* DRV_ADC_AT91_H */ +#endif /* DRV_ADC_SAM3_H */