diff options
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.h')
-rw-r--r-- | testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.h b/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.h index 2b740e050..3833bf9fd 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.h +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/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 SDU1;
-#endif /* _USBCFG_H_ */
+#endif /* USBCFG_H */
/** @} */
|