mirror of https://github.com/ARMmbed/mbed-os.git
STM32F4 USB: remove useless macro
parent
1e807a305e
commit
becb32061d
|
@ -24,11 +24,6 @@
|
|||
#define USBSTM_HAL_UNSUPPORTED
|
||||
#endif
|
||||
|
||||
/* STM32F4 family without USB_STM_HAL use another HAL */
|
||||
#if defined(TARGET_STM) && defined(TARGET_STM32F4) && !defined(USB_STM_HAL)
|
||||
#define USBSTM_HAL_UNSUPPORTED
|
||||
#endif
|
||||
|
||||
#ifndef USBSTM_HAL_UNSUPPORTED
|
||||
#include "USBPhyHw.h"
|
||||
#include "pinmap.h"
|
||||
|
|
Loading…
Reference in New Issue