aboutsummaryrefslogtreecommitdiff
path: root/include/stick20_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stick20_commands.h')
-rw-r--r--include/stick20_commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h
index a335809..7b69ec6 100644
--- a/include/stick20_commands.h
+++ b/include/stick20_commands.h
@@ -23,7 +23,7 @@ namespace nitrokey {
Admin = 'A'
};
- class ChangeAdminUserPin20Current : Command<CommandID::STICK20_CMD_SEND_PASSWORD> {
+ class ChangeAdminUserPin20Current : Command<CommandID::SEND_PASSWORD> {
public:
struct CommandPayload {
uint8_t kind;
@@ -46,7 +46,7 @@ namespace nitrokey {
};
- class ChangeAdminUserPin20New : Command<CommandID::STICK20_CMD_SEND_NEW_PASSWORD> {
+ class ChangeAdminUserPin20New : Command<CommandID::SEND_NEW_PASSWORD> {
public:
struct CommandPayload {