Revert "tiny unrelated fix"

This reverts commit 677e3de2e7.
This commit is contained in:
Frank
2024-11-21 18:20:23 +01:00
parent 677e3de2e7
commit 00b338c12a
2 changed files with 1 additions and 163 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;