diff options
Diffstat (limited to 'os/hal/templates/hal_dac_lld.h')
-rw-r--r-- | os/hal/templates/hal_dac_lld.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_dac_lld.h b/os/hal/templates/hal_dac_lld.h index 47c3d1a6b..d35d321d9 100644 --- a/os/hal/templates/hal_dac_lld.h +++ b/os/hal/templates/hal_dac_lld.h @@ -15,15 +15,15 @@ */
/**
- * @file dac_lld.h
+ * @file hal_dac_lld.h
* @brief PLATFORM DAC subsystem low level driver header.
*
* @addtogroup DAC
* @{
*/
-#ifndef _DAC_LLD_H_
-#define _DAC_LLD_H_
+#ifndef HAL_DAC_LLD_H
+#define HAL_DAC_LLD_H
#if HAL_USE_DAC || defined(__DOXYGEN__)
@@ -206,6 +206,6 @@ extern "C" { #endif /* HAL_USE_DAC */
-#endif /* _DAC_LLD_H_ */
+#endif /* HAL_DAC_LLD_H */
/** @} */
|