aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_adc_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_adc_lld.h')
-rw-r--r--os/hal/templates/hal_adc_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_adc_lld.h b/os/hal/templates/hal_adc_lld.h
index 90a6cd56b..5701e143b 100644
--- a/os/hal/templates/hal_adc_lld.h
+++ b/os/hal/templates/hal_adc_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file adc_lld.h
+ * @file hal_adc_lld.h
* @brief PLATFORM ADC subsystem low level driver header.
*
* @addtogroup ADC
* @{
*/
-#ifndef _ADC_LLD_H_
-#define _ADC_LLD_H_
+#ifndef HAL_ADC_LLD_H
+#define HAL_ADC_LLD_H
#if (HAL_USE_ADC == TRUE) || defined(__DOXYGEN__)
@@ -206,6 +206,6 @@ extern "C" {
#endif /* HAL_USE_ADC == TRUE */
-#endif /* _ADC_LLD_H_ */
+#endif /* HAL_ADC_LLD_H */
/** @} */