mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-22 06:39:18 -04:00
fw: Harmonize comment style
This commit is contained in:
parent
f373ad3f68
commit
4f4de4a07d
19 changed files with 150 additions and 158 deletions
|
@ -31,7 +31,7 @@ int mgmt_app_init(uint8_t app_digest[32])
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Authenticate an management app */
|
||||
// Authenticate an management app
|
||||
bool mgmt_app_authenticate(void)
|
||||
{
|
||||
return memeq(current_app_digest, allowed_app_digest, 32) != 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue