We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160e590 commit 2c0e5d4Copy full SHA for 2c0e5d4
cores/xmc/Arduino.h
@@ -341,9 +341,9 @@ extern void loop(void);
341
342
#ifdef __cplusplus
343
} // extern "C"
344
- // #include "Tone.h"
345
- // #include "WMath.h"
346
- #include "Uart.h"
+ // #include "Tone.h"
+ // #include "WMath.h"
+ // #include "Uart.h"
347
#endif // __cplusplus
348
349
// #include "Print.h"
cores/xmc/main.cpp
@@ -49,7 +49,7 @@ int main(void) {
49
setup();
50
while (1) {
51
loop();
52
- ::serialEventRun();
+ //::serialEventRun();
53
}
54
55
0 commit comments