mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
Fix function prototypes after merge
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ void furi_timer_set_thread_priority(FuriTimerThreadPriority priority);
|
||||
*
|
||||
* @return The pointer to the timer name, or NULL
|
||||
*/
|
||||
const char* furi_timer_get_current_name();
|
||||
const char* furi_timer_get_current_name(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user