aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h')
-rw-r--r--testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h b/testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h
index a57da8218..d23b83c25 100644
--- a/testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h
+++ b/testhal/STM32/STM32F7xx/USB_CDC/usbcfg.h
@@ -14,13 +14,13 @@
limitations under the License.
*/
-#ifndef _USBCFG_H_
-#define _USBCFG_H_
+#ifndef USBCFG_H
+#define USBCFG_H
extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg;
extern SerialUSBDriver SDU2;
-#endif /* _USBCFG_H_ */
+#endif /* USBCFG_H */
/** @} */