Add missing declaration, and comment out wallet message

This commit is contained in:
Szczepan Zalega 2019-08-07 17:21:07 +02:00
parent 43b3e93854
commit 6e637299e5
No known key found for this signature in database
GPG Key ID: D9BAE35991DE5B22
2 changed files with 2 additions and 1 deletions

View File

@ -359,5 +359,6 @@ uint16_t ctap_key_len(uint8_t index);
extern uint8_t PIN_TOKEN[PIN_TOKEN_SIZE];
extern uint8_t KEY_AGREEMENT_PUB[64];
void lock_device_permanently();
#endif

View File

@ -95,7 +95,7 @@ int8_t wallet_pin(uint8_t subcmd, uint8_t * pinAuth, uint8_t * arg1, uint8_t * a
if (ret != 0)
return ret;
printf1(TAG_WALLET,"Success. Pin = %s\n", STATE.pin_code);
// printf1(TAG_WALLET,"Success. Pin = %s\n", STATE.pin_code);
break;
case CP_cmdChangePin: