summaryrefslogtreecommitdiff
path: root/shared-module/bleio/Device.h
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-07-22 16:06:19 +0200
committerarturo182 <arturo182@tlen.pl>2018-10-21 15:54:13 +0200
commit17f13ecc2cf10975bf5ff0631ce4326b9ffbbcf5 (patch)
tree32c1de123b15baa5e6bc77cc0dd516e5c5cff331 /shared-module/bleio/Device.h
parent77eeecbfd92ab24504f0081630a3c3633c5be18b (diff)
nrf: Cleanup of the ble driver
Moved the functions to classes that they belong to.
Diffstat (limited to 'shared-module/bleio/Device.h')
-rw-r--r--shared-module/bleio/Device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/bleio/Device.h b/shared-module/bleio/Device.h
index afbd8f063..8d9ece5ef 100644
--- a/shared-module/bleio/Device.h
+++ b/shared-module/bleio/Device.h
@@ -36,7 +36,7 @@ typedef struct {
bool is_peripheral;
mp_obj_t name;
bleio_address_obj_t address;
- uint16_t conn_handle;
+ volatile uint16_t conn_handle;
mp_obj_t service_list;
mp_obj_t notif_handler;
mp_obj_t conn_handler;