summaryrefslogtreecommitdiff
path: root/shared-bindings/supervisor/Runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/supervisor/Runtime.c')
-rwxr-xr-xshared-bindings/supervisor/Runtime.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/shared-bindings/supervisor/Runtime.c b/shared-bindings/supervisor/Runtime.c
index 84d8370dd..bfca6e7b1 100755
--- a/shared-bindings/supervisor/Runtime.c
+++ b/shared-bindings/supervisor/Runtime.c
@@ -46,13 +46,7 @@
//|
//| serial_connected: bool
-//| """Returns the USB serial communication status (read-only).
-//|
-//| .. note::
-//|
-//| SAMD: Will return ``True`` if the USB serial connection
-//| has been established at any point. Will not reset if
-//| USB is disconnected but power remains (e.g. battery connected)"""
+//| """Returns the USB serial communication status (read-only)."""
//|
STATIC mp_obj_t supervisor_get_serial_connected(mp_obj_t self){