diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/stick20_commands.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/stick20_commands.h b/include/stick20_commands.h index 7539a19..ee35b9e 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -190,7 +190,7 @@ class SendPasswordMatrixSetup : semantics::non_constructible {          static const int payload_absolute_begin = 8;          static const int padding_size = OUTPUT_CMD_RESULT_STICK20_STATUS_START - payload_absolute_begin;          struct ResponsePayload { -            uint8_t _padding[padding_size]; +            uint8_t _padding[padding_size]; //TODO confirm padding in Storage firmware              //data starts from 21st byte of packet -> 13th byte of payload              uint8_t command_counter;              uint8_t last_command; | 
