aboutsummaryrefslogtreecommitdiff
path: root/shared/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/protocol.h')
-rw-r--r--shared/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/protocol.h b/shared/protocol.h
index 6f9697f..dd5bcc6 100644
--- a/shared/protocol.h
+++ b/shared/protocol.h
@@ -90,8 +90,8 @@ typedef struct {
cd_cmd_bool_t provisioned; /** @brief whether the node is provisioned into the network */
cd_mesh_psub_addr button_pub; /** @brief button publish address */
uint16_t link_count; /** @brief amount of addresses to publish button press to */
- uint16_t size; /** @brief calculated size for convenience */
- const uint8_t data_remainder[]; /**
+ uint16_t remaining_size; /** @brief calculated size of remaining_data for convenience */
+ const uint8_t remaining_data[]; /**
* @brief remaining data (name and link array)
*
* this data is stored adjacently in memory