File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/unsupported/USBDevice/USBDevice Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,13 @@ class USBHAL {
109
109
static USBHAL * instance;
110
110
111
111
#if defined(TARGET_LPC11UXX) || defined(TARGET_LPC11U6X) || defined(TARGET_LPC1347) || defined(TARGET_LPC1549)
112
- bool (USBHAL::*epCallback[10 - 2 ])(void );
112
+ bool (USBHAL::*epCallback[10 - 2 ])(void );
113
113
#elif defined(TARGET_STM32F4) && !defined(USB_STM_HAL)
114
114
bool (USBHAL::*epCallback[8 - 2 ])(void );
115
115
#elif defined(TARGET_STM32F4) || defined(TARGET_STM32F3) || defined (TARGET_STM32F2)|| defined(TARGET_STM32L4) || defined(TARGET_STM32F7)
116
116
PCD_HandleTypeDef hpcd;
117
117
#else
118
- bool (USBHAL::*epCallback[32 - 2 ])(void );
118
+ bool (USBHAL::*epCallback[32 - 2 ])(void );
119
119
#endif
120
120
121
121
You can’t perform that action at this time.
0 commit comments