Skip to content

Commit 0fccce3

Browse files
bcostmCruz Monrreal II
authored andcommitted
STM32F4 USB: remove useless macro
1 parent cbfb9ea commit 0fccce3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

usb/device/targets/TARGET_STM/USBPhy_STM32.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
#define USBSTM_HAL_UNSUPPORTED
2525
#endif
2626

27-
/* STM32F4 family without USB_STM_HAL use another HAL */
28-
#if defined(TARGET_STM) && defined(TARGET_STM32F4) && !defined(USB_STM_HAL)
29-
#define USBSTM_HAL_UNSUPPORTED
30-
#endif
31-
3227
#ifndef USBSTM_HAL_UNSUPPORTED
3328
#include "USBPhyHw.h"
3429
#include "pinmap.h"

0 commit comments

Comments
 (0)