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:
@@ -10,7 +10,7 @@ typedef enum {
|
||||
|
||||
typedef struct LfRfidReadView LfRfidReadView;
|
||||
|
||||
LfRfidReadView* lfrfid_view_read_alloc();
|
||||
LfRfidReadView* lfrfid_view_read_alloc(void);
|
||||
|
||||
void lfrfid_view_read_free(LfRfidReadView* read_view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user