Skip to content

Commit 5c37b73

Browse files
committed
fix typo to fix nrf builds
1 parent ed49c02 commit 5c37b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/common-hal/supervisor/Runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ bool common_hal_supervisor_runtime_get_serial_connected(void) {
3232
return (bool) serial_connected();
3333
}
3434

35-
bool common_hal_get_supervisor_runtime_serial_bytes_available(void) {
35+
bool common_hal_supervisor_runtime_get_serial_bytes_available(void) {
3636
return (bool) serial_bytes_available();
3737
}

0 commit comments

Comments
 (0)