mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:58:36 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -93,7 +93,7 @@ typedef enum {
|
||||
/** Allocate and init View
|
||||
* @return View instance
|
||||
*/
|
||||
View* view_alloc();
|
||||
View* view_alloc(void);
|
||||
|
||||
/** Free View
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user