STM32F4 USB: remove useless macro

pull/9768/head
bcostm 2018-10-30 09:44:17 +01:00 committed by Russ Butler
parent 1e807a305e
commit becb32061d
1 changed files with 0 additions and 5 deletions

View File

@ -24,11 +24,6 @@
#define USBSTM_HAL_UNSUPPORTED #define USBSTM_HAL_UNSUPPORTED
#endif #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 #ifndef USBSTM_HAL_UNSUPPORTED
#include "USBPhyHw.h" #include "USBPhyHw.h"
#include "pinmap.h" #include "pinmap.h"