diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stick10_commands.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/stick10_commands.h b/include/stick10_commands.h index e49e2a4..342984a 100644 --- a/include/stick10_commands.h +++ b/include/stick10_commands.h @@ -557,13 +557,18 @@ class EnablePasswordSafe : Command<CommandID::PW_SAFE_ENABLE> { }; class PasswordSafeInitKey : Command<CommandID::PW_SAFE_INIT_KEY> { + /** + * never used in Nitrokey App + */ public: typedef Transaction<command_id(), struct EmptyPayload, struct EmptyPayload> CommandTransaction; }; -// TODO naming screwed up, see above class PasswordSafeSendSlotViaHID : Command<CommandID::PW_SAFE_SEND_DATA> { + /** + * never used in Nitrokey App + */ public: struct CommandPayload { uint8_t slot_number; |