diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-11-15 15:00:23 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-11-15 15:00:23 -0500 |
| commit | 11de8fdca76da455ce52ca0fdd46fb70ce237dd9 (patch) | |
| tree | 8f87648977c541995c9a3c62476d5e4003f66468 /ports/atmel-samd/common-hal/supervisor/Runtime.c | |
| parent | 7e2a3bf52edbf7c94939bdb82da7f6f9e0889268 (diff) | |
| parent | 3ace9ea9ead7be770595ab82439ee1ce3ec2c174 (diff) | |
merge 3.x swap of /lib and .frozen; update frozen libs
Diffstat (limited to 'ports/atmel-samd/common-hal/supervisor/Runtime.c')
| -rwxr-xr-x | ports/atmel-samd/common-hal/supervisor/Runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/common-hal/supervisor/Runtime.c b/ports/atmel-samd/common-hal/supervisor/Runtime.c index ea663f897..6be38f216 100755 --- a/ports/atmel-samd/common-hal/supervisor/Runtime.c +++ b/ports/atmel-samd/common-hal/supervisor/Runtime.c @@ -33,5 +33,5 @@ bool common_hal_get_serial_connected(void) { } bool common_hal_get_serial_bytes_available(void) { - return (bool) serial_bytes_available(); + return (bool) serial_bytes_available(); } |
