diff options
| -rw-r--r-- | include/command_id.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/command_id.h b/include/command_id.h index d0b1454..d1246dd 100644 --- a/include/command_id.h +++ b/include/command_id.h @@ -12,7 +12,7 @@ namespace proto {          wrong_password,          busy_progressbar,          password_matrix_ready, -        no_user_password_unlock, +        no_user_password_unlock, // FIXME: translate on receive to command status error (fix in firmware?)          smartcard_error,          security_bit_active        }; | 
