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:
@@ -36,7 +36,7 @@ typedef struct {
|
||||
*
|
||||
* @returns pointer to the instance created.
|
||||
*/
|
||||
InfraredSignal* infrared_signal_alloc();
|
||||
InfraredSignal* infrared_signal_alloc(void);
|
||||
|
||||
/**
|
||||
* @brief Delete an InfraredSignal instance.
|
||||
|
||||
Reference in New Issue
Block a user