Skip to content

Commit f27857d

Browse files
nospam2000obra
authored andcommitted
A comment on an endif pointed to the wrong if
From arduino#1488
1 parent d7b654b commit f27857d

File tree

1 file changed

+2
-1
lines changed
  • hardware/arduino/avr/cores/arduino

1 file changed

+2
-1
lines changed

hardware/arduino/avr/cores/arduino/USBAPI.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ int USB_Recv(uint8_t ep, void* data, int len); // non-blocking
240240
int USB_Recv(uint8_t ep); // non-blocking
241241
void USB_Flush(uint8_t ep);
242242

243-
#endif
244243

245244
#endif /* if defined(USBCON) */
245+
246+
#endif

0 commit comments

Comments
 (0)