Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c48c443

Browse files
committedMay 20, 2025·
cores/xmc: Rework review comments.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 4390221 commit c48c443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cores/xmc/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ extern void loop(void);
343343
} // extern "C"
344344
// #include "Tone.h"
345345
// #include "WMath.h"
346-
// #include "Uart.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)
Please sign in to comment.