mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-21 05:04:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -14,7 +14,7 @@ typedef enum {
|
||||
U2fMsgError,
|
||||
} U2fViewMsg;
|
||||
|
||||
U2fView* u2f_view_alloc();
|
||||
U2fView* u2f_view_alloc(void);
|
||||
|
||||
void u2f_view_free(U2fView* u2f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user