summaryrefslogtreecommitdiff
path: root/py/runtime.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-11-20 13:53:50 -0800
committerScott Shawcroft <scott@tannewt.org>2019-11-20 14:02:15 -0800
commit5e857fdb67c2d92836d7ed73a179fcb6c5298fed (patch)
treeb6b92c61aec920324cf31928ea9934ee5b9b1ead /py/runtime.c
parent372f22c0b3a8715f695902bffb8aeaeb242abcc9 (diff)
Use BluetoothError in _bleio
This better differentiates errors than using OSError everywhere.
Diffstat (limited to 'py/runtime.c')
-rw-r--r--py/runtime.c2
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"