chore: rename to forge (steel)

This commit is contained in:
2025-11-01 20:39:24 +01:00
parent 23f4ce27ee
commit e2a93d6158
8 changed files with 34 additions and 34 deletions
-1
View File
@@ -56,7 +56,6 @@ static long get_average_tap_duration(Tempo tempo) {
average_tap_duration = running_total / amount;
if (average_tap_duration < MIN_BEAT_LENGTH) {
log_debug("%ld", average_tap_duration);
return MIN_BEAT_LENGTH;
}