fix: build warnings

This commit is contained in:
2025-11-01 18:38:56 +01:00
parent 78cf88de78
commit 85c919b60b
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ typedef struct Tempo {
unsigned int tap_duration_index;
unsigned int tap_durations[MAX_TAP_VALUES];
bool last_tap_skipped;
unsigned long beat_length;
long beat_length;
float tempo;
} Tempo;