Skip to content

Commit 2c0e5d4

Browse files
committed
cores/xmc/: Comment serial functions.
Signed-off-by: MDin <[email protected]>
1 parent 160e590 commit 2c0e5d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cores/xmc/Arduino.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ extern void loop(void);
341341

342342
#ifdef __cplusplus
343343
} // extern "C"
344-
// #include "Tone.h"
345-
// #include "WMath.h"
346-
#include "Uart.h"
344+
// #include "Tone.h"
345+
// #include "WMath.h"
346+
// #include "Uart.h"
347347
#endif // __cplusplus
348348

349349
// #include "Print.h"

cores/xmc/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int main(void) {
4949
setup();
5050
while (1) {
5151
loop();
52-
::serialEventRun();
52+
//::serialEventRun();
5353
}
5454
}
5555

0 commit comments

Comments
 (0)