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
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