diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-12-30 22:49:20 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-12-30 22:49:20 -0500 |
| commit | b6b5ed9c893f1d0ecdad03e18596a5bc33a08883 (patch) | |
| tree | a9212722fd2d05ca80bfb21c5bf14e312f104e7b /shared-bindings/supervisor | |
| parent | 1dc3957e729a7bf4d6476c587f140e3d42fd1bd5 (diff) | |
Remove nRF52832 support
Diffstat (limited to 'shared-bindings/supervisor')
| -rwxr-xr-x | shared-bindings/supervisor/Runtime.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-bindings/supervisor/Runtime.c b/shared-bindings/supervisor/Runtime.c index 5ba2198e1..746dfe5ee 100755 --- a/shared-bindings/supervisor/Runtime.c +++ b/shared-bindings/supervisor/Runtime.c @@ -59,9 +59,6 @@ //| has been established at any point. Will not reset if //| USB is disconnected but power remains (e.g. battery connected) //| -//| Feather52 (nRF52832): Currently returns ``True`` regardless -//| of USB connection status. -//| STATIC mp_obj_t supervisor_get_serial_connected(mp_obj_t self){ if (!common_hal_get_serial_connected()) { |
