diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-11-20 13:53:50 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-11-20 14:02:15 -0800 |
| commit | 5e857fdb67c2d92836d7ed73a179fcb6c5298fed (patch) | |
| tree | b6b92c61aec920324cf31928ea9934ee5b9b1ead /py/runtime.c | |
| parent | 372f22c0b3a8715f695902bffb8aeaeb242abcc9 (diff) | |
Use BluetoothError in _bleio
This better differentiates errors than using OSError everywhere.
Diffstat (limited to 'py/runtime.c')
| -rw-r--r-- | py/runtime.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/py/runtime.c b/py/runtime.c index 9968f26e0..a786619bf 100644 --- a/py/runtime.c +++ b/py/runtime.c @@ -31,8 +31,6 @@ #include "extmod/vfs.h" -// #include "py/mpstate.h" -// #include "py/nlr.h" #include "py/parsenum.h" #include "py/compile.h" #include "py/objstr.h" |
