diff options
Diffstat (limited to 'os/hal/include/hal_mac.h')
-rw-r--r-- | os/hal/include/hal_mac.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_mac.h b/os/hal/include/hal_mac.h index b5c49d01c..f87270ceb 100644 --- a/os/hal/include/hal_mac.h +++ b/os/hal/include/hal_mac.h @@ -21,8 +21,8 @@ * @{
*/
-#ifndef _MAC_H_
-#define _MAC_H_
+#ifndef HAL_MAC_H
+#define HAL_MAC_H
#if (HAL_USE_MAC == TRUE) || defined(__DOXYGEN__)
@@ -199,6 +199,6 @@ extern "C" { #endif /* HAL_USE_MAC == TRUE */
-#endif /* _MAC_H_ */
+#endif /* HAL_MAC_H */
/** @} */
|