summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/supervisor/Runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/nrf/common-hal/supervisor/Runtime.c')
-rwxr-xr-xports/nrf/common-hal/supervisor/Runtime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/nrf/common-hal/supervisor/Runtime.c b/ports/nrf/common-hal/supervisor/Runtime.c
index feab6987d..ea663f897 100755
--- a/ports/nrf/common-hal/supervisor/Runtime.c
+++ b/ports/nrf/common-hal/supervisor/Runtime.c
@@ -35,4 +35,3 @@ bool common_hal_get_serial_connected(void) {
bool common_hal_get_serial_bytes_available(void) {
return (bool) serial_bytes_available();
}
-