summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modbluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/modbluetooth.c')
-rw-r--r--extmod/modbluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extmod/modbluetooth.c b/extmod/modbluetooth.c
index 6bdea1616f..9956671863 100644
--- a/extmod/modbluetooth.c
+++ b/extmod/modbluetooth.c
@@ -1675,4 +1675,6 @@ int mp_bluetooth_gatts_db_resize(mp_gatts_db_t db, uint16_t handle, size_t len,
return entry ? 0 : MP_EINVAL;
}
+MP_REGISTER_ROOT_POINTER(mp_obj_t bluetooth);
+
#endif // MICROPY_PY_BLUETOOTH