aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-25 23:07:21 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-04-25 23:07:21 +0000
commitb3518e5c4347e85b1aaa5fc42eaf28cf1cc3fbd0 (patch)
treeb21f9087613277ddd52df08b19d4572bc28f23ef /os/hal/ports/AVR
parentf1410eb34b2800c3fd4a50cf7326b5d896d29742 (diff)
downloadChibiOS-b3518e5c4347e85b1aaa5fc42eaf28cf1cc3fbd0.tar.gz
ChibiOS-b3518e5c4347e85b1aaa5fc42eaf28cf1cc3fbd0.tar.bz2
ChibiOS-b3518e5c4347e85b1aaa5fc42eaf28cf1cc3fbd0.zip
Change the definition of the ADC hal file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10183 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/AVR')
-rw-r--r--os/hal/ports/AVR/hal_adc_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/hal_adc_lld.h b/os/hal/ports/AVR/hal_adc_lld.h
index 13fef24b3..d1cd7a81e 100644
--- a/os/hal/ports/AVR/hal_adc_lld.h
+++ b/os/hal/ports/AVR/hal_adc_lld.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _ADC_LLD_H_
-#define _ADC_LLD_H_
+#ifndef ADC_LLD_H
+#define ADC_LLD_H
#if HAL_USE_ADC || defined(__DOXYGEN__)
@@ -193,6 +193,6 @@ extern "C" {
#endif /* HAL_USE_ADC */
-#endif /* _ADC_LLD_H_ */
+#endif /* ADC_LLD_H */
/** @} */