Skip to content

Commit bc17759

Browse files
committed
USBHAL.h : fix indentation
1 parent ad09abb commit bc17759

File tree

1 file changed

+2
-2
lines changed
  • features/unsupported/USBDevice/USBDevice

1 file changed

+2
-2
lines changed

features/unsupported/USBDevice/USBDevice/USBHAL.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ class USBHAL {
109109
static USBHAL * instance;
110110

111111
#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);
113113
#elif defined(TARGET_STM32F4) && !defined(USB_STM_HAL)
114114
bool (USBHAL::*epCallback[8 - 2])(void);
115115
#elif defined(TARGET_STM32F4) || defined(TARGET_STM32F3) || defined (TARGET_STM32F2)|| defined(TARGET_STM32L4) || defined(TARGET_STM32F7)
116116
PCD_HandleTypeDef hpcd;
117117
#else
118-
bool (USBHAL::*epCallback[32 - 2])(void);
118+
bool (USBHAL::*epCallback[32 - 2])(void);
119119
#endif
120120

121121

0 commit comments

Comments
 (0)