Interrupts/Call

This commit is contained in:
2024-06-02 20:58:20 +02:00
parent 2294f81766
commit 8bc6d5cfd0
6 changed files with 28 additions and 37 deletions

View File

@ -30,7 +30,7 @@ public class PreScaler {
scaler--;
if (scaler == 0) {
scaler = getFactor();
Timer.increment();
Timer.increment(false);
}
}
}