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