Fix function prototypes after merge

This commit is contained in:
Willy-JL
2024-04-02 16:05:03 +01:00
parent 514171d0c5
commit 82a07888f5
42 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -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
}