diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/stick20_commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stick20_commands.h b/include/stick20_commands.h index 139dc63..1af9da3 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -247,7 +247,8 @@ namespace nitrokey { }; - class LockFirmware : public PasswordCommand<CommandID::SEND_LOCK_STICK_HARDWARE> {}; +//disable this command for now +// class LockFirmware : public PasswordCommand<CommandID::SEND_LOCK_STICK_HARDWARE> {}; class ProductionTest : Command<CommandID::PRODUCTION_TEST> { public: |