summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-07 16:52:47 -0500
committerDan Halbert <halbert@halwitz.org>2018-12-07 16:52:47 -0500
commita7a24096f469b1ee95242d4e7f58929cad3699ed (patch)
treef2f98994844c47d837fcdf8eeb4ca8c9696d34bb /shared-module
parent125901e4e20cfbdef8b8a0a71b424d1545b203b1 (diff)
bleio WIP: redo for more immutability; use sd_* routines for internal flash write
Diffstat (limited to 'shared-module')
-rw-r--r--shared-module/bleio/Characteristic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-module/bleio/Characteristic.h b/shared-module/bleio/Characteristic.h
index 94c43f81e..977ec8197 100644
--- a/shared-module/bleio/Characteristic.h
+++ b/shared-module/bleio/Characteristic.h
@@ -39,7 +39,7 @@ typedef struct {
struct {
bool broadcast : 1;
bool read : 1;
- bool write_wo_resp : 1;
+ bool write_no_response : 1;
bool write : 1;
bool notify : 1;
bool indicate : 1;