aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-02 14:01:37 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-05 10:17:30 +0200
commit837ef984985eee6256531e51b18f6b644e5aa84a (patch)
tree99471610e469be8d61ae832fbe2c082266d14147
parentb1fbfa8eede1f2f9d003e49c027d5e4cb8a56bfe (diff)
downloadlibnitrokey-837ef984985eee6256531e51b18f6b644e5aa84a.tar.gz
libnitrokey-837ef984985eee6256531e51b18f6b644e5aa84a.tar.bz2
Comment not used functions
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--include/stick10_commands.h7
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;