mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -108,7 +108,7 @@ static int u2f_uecc_random_cb(void* context, uint8_t* dest, unsigned size) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
U2fData* u2f_alloc() {
|
||||
U2fData* u2f_alloc(void) {
|
||||
return malloc(sizeof(U2fData));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user