aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_usb_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_usb_lld.h')
-rw-r--r--os/hal/templates/hal_usb_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_usb_lld.h b/os/hal/templates/hal_usb_lld.h
index 8ae4eeb76..2bb1bc494 100644
--- a/os/hal/templates/hal_usb_lld.h
+++ b/os/hal/templates/hal_usb_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file usb_lld.h
+ * @file hal_usb_lld.h
* @brief PLATFORM USB subsystem low level driver header.
*
* @addtogroup USB
* @{
*/
-#ifndef _USB_LLD_H_
-#define _USB_LLD_H_
+#ifndef HAL_USB_LLD_H
+#define HAL_USB_LLD_H
#if (HAL_USE_USB == TRUE) || defined(__DOXYGEN__)
@@ -367,6 +367,6 @@ extern "C" {
#endif /* HAL_USE_USB == TRUE */
-#endif /* _USB_LLD_H_ */
+#endif /* HAL_USB_LLD_H */
/** @} */