We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df84da5 commit 89ef6eeCopy full SHA for 89ef6ee
1 file changed
supervisor/stub/serial.c
@@ -43,4 +43,5 @@ bool serial_bytes_available(void) {
43
}
44
45
void serial_write(const char* text) {
46
+ (void) text;
47
0 commit comments