mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
typedef struct ViewDisplayTest ViewDisplayTest;
|
||||
|
||||
ViewDisplayTest* view_display_test_alloc();
|
||||
ViewDisplayTest* view_display_test_alloc(void);
|
||||
|
||||
void view_display_test_free(ViewDisplayTest* instance);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user