aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/LLD/USBv1/stm32_usb.h')
-rw-r--r--os/hal/ports/STM32/LLD/USBv1/stm32_usb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h b/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
index 362178528..6b1204767 100644
--- a/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
+++ b/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
@@ -24,8 +24,8 @@
* @{
*/
-#ifndef _STM32_USB_H_
-#define _STM32_USB_H_
+#ifndef STM32_USB_H
+#define STM32_USB_H
/**
* @brief Number of the available endpoints.
@@ -261,6 +261,6 @@ typedef struct {
(sizeof(stm32_usb_pma_t) / 2) + \
STM32_USBRAM_BASE))
-#endif /* _STM32_USB_H_ */
+#endif /* STM32_USB_H */
/** @} */