Skip to content

Commit b181413

Browse files
committed
[MAX32620HSP] Replaced tab with spaces.
1 parent 67b556b commit b181413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/USBDevice/USBDevice/USBHAL_Maxim.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ static ep_buffer_t *get_desc(uint8_t endpoint)
212212
void USBHAL::EP0setup(uint8_t *buffer)
213213
{
214214
// Setup packet is fixed at 8 bytes
215-
// Setup registers cannot be read in byte mode
215+
// Setup registers cannot be read in byte mode
216216
uint32_t *ptr32 = (uint32_t*)buffer;
217-
ptr32[0] = (uint32_t)MXC_USB->setup0;
218-
ptr32[1] = (uint32_t)MXC_USB->setup1;
217+
ptr32[0] = (uint32_t)MXC_USB->setup0;
218+
ptr32[1] = (uint32_t)MXC_USB->setup1;
219219
}
220220

221221
void USBHAL::EP0read(void)

0 commit comments

Comments
 (0)