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 ed49c02 commit 5c37b73Copy full SHA for 5c37b73
ports/nrf/common-hal/supervisor/Runtime.c
@@ -32,6 +32,6 @@ bool common_hal_supervisor_runtime_get_serial_connected(void) {
32
return (bool) serial_connected();
33
}
34
35
-bool common_hal_get_supervisor_runtime_serial_bytes_available(void) {
+bool common_hal_supervisor_runtime_get_serial_bytes_available(void) {
36
return (bool) serial_bytes_available();
37
0 commit comments