mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 05:48:35 -07:00
Fix most build errors
This commit is contained in:
@@ -207,7 +207,7 @@ static void dolphin_reset_butthurt_timer(Dolphin* dolphin) {
|
||||
if(period_ticks > 0) {
|
||||
furi_event_loop_timer_start(dolphin->butthurt_timer, period_ticks);
|
||||
} else {
|
||||
furi_eventloop_timer_stop(dolphin->butthurt_timer);
|
||||
furi_event_loop_timer_stop(dolphin->butthurt_timer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "dolphin_deed.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user