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:
@@ -15,7 +15,7 @@ extern "C" {
|
||||
|
||||
/** Init light driver
|
||||
*/
|
||||
void furi_hal_light_init();
|
||||
void furi_hal_light_init(void);
|
||||
|
||||
/** Set light value
|
||||
*
|
||||
@@ -35,7 +35,7 @@ void furi_hal_light_blink_start(Light light, uint8_t brightness, uint16_t on_tim
|
||||
|
||||
/** Stop hardware LED blinking mode
|
||||
*/
|
||||
void furi_hal_light_blink_stop();
|
||||
void furi_hal_light_blink_stop(void);
|
||||
|
||||
/** Set color in hardware LED blinking mode
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user