diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/AVR/hal_lld.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_lld.h b/os/hal/ports/AVR/hal_lld.h index 5a30af9e5..eca18ffc3 100644 --- a/os/hal/ports/AVR/hal_lld.h +++ b/os/hal/ports/AVR/hal_lld.h @@ -15,15 +15,15 @@ */
/**
- * @file AVR/hal_lld.h
+ * @file hal_lld.h
* @brief AVR HAL subsystem low level driver header.
*
* @addtogroup HAL
* @{
*/
-#ifndef _HAL_LLD_H_
-#define _HAL_LLD_H_
+#ifndef HAL_LLD_H
+#define HAL_LLD_H
/*===========================================================================*/
/* Driver constants. */
@@ -67,6 +67,6 @@ extern "C" { }
#endif
-#endif /* _HAL_LLD_H_ */
+#endif /* HAL_LLD_H */
/** @} */
|