tiny unrelated fix

This commit is contained in:
Frank
2024-11-21 18:17:41 +01:00
parent cfce1c3062
commit 677e3de2e7
2 changed files with 163 additions and 1 deletions

View File

@@ -2012,7 +2012,7 @@ uint16_t mode_partyjerk() {
speed = SEGMENT.speed * map2(SEGMENT.custom2, 0, 255, 0, 100);
} else {
speed = SEGMENT.speed;
};
}
SEGENV.step += speed;
counter = SEGENV.step >> 8;