aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/usb_cdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/usb_cdc.h')
-rw-r--r--os/hal/include/usb_cdc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/usb_cdc.h b/os/hal/include/usb_cdc.h
index 1a1e9324c..63c0bc5c0 100644
--- a/os/hal/include/usb_cdc.h
+++ b/os/hal/include/usb_cdc.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef _USB_CDC_H_
-#define _USB_CDC_H_
+#ifndef USB_CDC_H
+#define USB_CDC_H
/*===========================================================================*/
/* Driver constants. */
@@ -131,6 +131,6 @@ typedef struct {
/* External declarations. */
/*===========================================================================*/
-#endif /* _USB_CDC_H_ */
+#endif /* USB_CDC_H */
/** @} */