aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F7xx/USB_RAW
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F7xx/USB_RAW')
-rw-r--r--testhal/STM32/STM32F7xx/USB_RAW/chconf.h6
-rw-r--r--testhal/STM32/STM32F7xx/USB_RAW/halconf.h6
-rw-r--r--testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h6
-rw-r--r--testhal/STM32/STM32F7xx/USB_RAW/usbcfg.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/chconf.h b/testhal/STM32/STM32F7xx/USB_RAW/chconf.h
index 0942b7782..28a5f73fc 100644
--- a/testhal/STM32/STM32F7xx/USB_RAW/chconf.h
+++ b/testhal/STM32/STM32F7xx/USB_RAW/chconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _CHCONF_H_
-#define _CHCONF_H_
+#ifndef CHCONF_H
+#define CHCONF_H
#define _CHIBIOS_RT_CONF_
@@ -518,6 +518,6 @@
#define CORTEX_VTOR_INIT 0x00200000U
-#endif /* _CHCONF_H_ */
+#endif /* CHCONF_H */
/** @} */
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h
index d8125c9fd..818a0d044 100644
--- a/testhal/STM32/STM32F7xx/USB_RAW/halconf.h
+++ b/testhal/STM32/STM32F7xx/USB_RAW/halconf.h
@@ -25,8 +25,8 @@
* @{
*/
-#ifndef _HALCONF_H_
-#define _HALCONF_H_
+#ifndef HALCONF_H
+#define HALCONF_H
#include "mcuconf.h"
@@ -383,6 +383,6 @@
#define USB_USE_WAIT TRUE
#endif
-#endif /* _HALCONF_H_ */
+#endif /* HALCONF_H */
/** @} */
diff --git a/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h b/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h
index 69673bd8f..d52ffacad 100644
--- a/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h
+++ b/testhal/STM32/STM32F7xx/USB_RAW/mcuconf.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _MCUCONF_H_
-#define _MCUCONF_H_
+#ifndef MCUCONF_H
+#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
@@ -383,4 +383,4 @@
*/
#define STM32_WDG_USE_IWDG FALSE
-#endif /* _MCUCONF_H_ */
+#endif /* MCUCONF_H */
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 */
/** @} */