diff options
Diffstat (limited to 'os/hal/templates/hal_wdg_lld.h')
-rw-r--r-- | os/hal/templates/hal_wdg_lld.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_wdg_lld.h b/os/hal/templates/hal_wdg_lld.h index 2cacc32e4..6fe501e24 100644 --- a/os/hal/templates/hal_wdg_lld.h +++ b/os/hal/templates/hal_wdg_lld.h @@ -15,15 +15,15 @@ */
/**
- * @file templates/wdg_lld.h
+ * @file hal_templates/wdg_lld.h
* @brief WDG Driver subsystem low level driver header template.
*
* @addtogroup WDG
* @{
*/
-#ifndef _WDG_LLD_H_
-#define _WDG_LLD_H_
+#ifndef HAL_WDG_LLD_H
+#define HAL_WDG_LLD_H
#if (HAL_USE_WDG == TRUE) || defined(__DOXYGEN__)
@@ -108,6 +108,6 @@ extern "C" { #endif /* HAL_USE_WDG == TRUE */
-#endif /* _WDG_LLD_H_ */
+#endif /* HAL_WDG_LLD_H */
/** @} */
|