summaryrefslogtreecommitdiff
path: root/shared-module/bleio/__init__.h
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-29 13:55:10 -0500
committerDan Halbert <halbert@halwitz.org>2018-12-29 13:55:10 -0500
commitef39e72c7c3c3e68f73f670b7f8b7f08e813be39 (patch)
tree056b5177b68722efa7626bbf8035e48fc9dc697d /shared-module/bleio/__init__.h
parentde7cadb9b2484348aa52addbae76041236682933 (diff)
free event handlers on reset; fix typo in Broadcaster
Diffstat (limited to 'shared-module/bleio/__init__.h')
-rw-r--r--shared-module/bleio/__init__.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shared-module/bleio/__init__.h b/shared-module/bleio/__init__.h
index 07d148594..f8f0e0660 100644
--- a/shared-module/bleio/__init__.h
+++ b/shared-module/bleio/__init__.h
@@ -27,12 +27,6 @@
#ifndef MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H
#define MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H
-typedef enum {
- GATT_ROLE_NONE,
- GATT_ROLE_SERVER,
- GATT_ROLE_CLIENT,
-} gatt_role_t;
-
extern void bleio_reset(void);
#endif // MICROPY_INCLUDED_SHARED_MODULE_BLEIO_INIT_H