summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-11-15 15:00:23 -0500
committerDan Halbert <halbert@halwitz.org>2018-11-15 15:00:23 -0500
commit11de8fdca76da455ce52ca0fdd46fb70ce237dd9 (patch)
tree8f87648977c541995c9a3c62476d5e4003f66468 /ports/atmel-samd/common-hal
parent7e2a3bf52edbf7c94939bdb82da7f6f9e0889268 (diff)
parent3ace9ea9ead7be770595ab82439ee1ce3ec2c174 (diff)
merge 3.x swap of /lib and .frozen; update frozen libs
Diffstat (limited to 'ports/atmel-samd/common-hal')
-rwxr-xr-xports/atmel-samd/common-hal/supervisor/Runtime.c2
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();
}