aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h')
-rw-r--r--testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h b/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h
index 81034eeb7..ac7ddc013 100644
--- a/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h
+++ b/testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _USBCFG_H_
-#define _USBCFG_H_
+#ifndef USBCFG_H
+#define USBCFG_H
#define USBD2_DATA_REQUEST_EP 1
#define USBD2_DATA_AVAILABLE_EP 1
@@ -23,6 +23,6 @@
extern const USBConfig usbcfg;
-#endif /* _USBCFG_H_ */
+#endif /* USBCFG_H */
/** @} */