|
|
@ -39,6 +39,7 @@ uint8_t ble_through_proto_sum(ble_through_proto_t *packet) { |
|
|
|
{ .cmd = _cmd, .length = BLE_PACKET_BASE_SIZE() + sizeof(content) } |
|
|
|
|
|
|
|
#define EMPTY_CONTENT uint8_t |
|
|
|
#if 0 |
|
|
|
|
|
|
|
static cmd_info_t cmdinfos[] = { |
|
|
|
ITERM(kproto_cmd_ble_master_reset, EMPTY_CONTENT), |
|
|
@ -76,3 +77,4 @@ cmd_info_t *getcmdinfo(uint8_t cmd) { |
|
|
|
} |
|
|
|
return NULL; |
|
|
|
} |
|
|
|
#endif |