Skip to content

Commit 24bcc42

Browse files
authored
Merge pull request chipKIT32#346 from EmbeddedMan/master
Fix for issue chipKIT32#345 : serialEventRun compiler warning in main.cpp
2 parents 120ec63 + 8b40777 commit 24bcc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pic32/cores/pic32/HardwareSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class USBSerial : public Stream
342342
#endif
343343
#endif
344344

345-
void serialEventRun();
345+
extern void serialEventRun(void) __attribute__((weak));
346346

347347
//* ------------------------------------------------------------
348348

0 commit comments

Comments
 (0)