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 c08ec1a commit 4aeb0abCopy full SHA for 4aeb0ab
port/mphalport.c
@@ -37,7 +37,7 @@ int mp_hal_stdin_rx_chr(void) {
37
char ch;
38
while (1) {
39
ch = rtt_getchar();
40
- if (ch != 0xFF) {
+ if (ch != (char)0xFF) {
41
break;
42
}
43
MICROPY_EVENT_POLL_HOOK;
0 commit comments