mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -20,7 +20,7 @@ typedef struct U2fData U2fData;
|
||||
|
||||
typedef void (*U2fEvtCallback)(U2fNotifyEvent evt, void* context);
|
||||
|
||||
U2fData* u2f_alloc();
|
||||
U2fData* u2f_alloc(void);
|
||||
|
||||
bool u2f_init(U2fData* instance);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user