diff options
Diffstat (limited to 'ports/nrf/common-hal/supervisor/Runtime.c')
| -rwxr-xr-x | ports/nrf/common-hal/supervisor/Runtime.c | 1 |
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(); } - |
