types bigger

This commit is contained in:
Wolfgang Hottgenroth 2024-05-04 11:35:29 +02:00
parent 30d50dcc5e
commit 1b4a93d9e1

View File

@ -19,7 +19,7 @@
#define MAX_LEVEL 100
static uint8_t delayFactor(uint8_t level) {
static uint16_t delayFactor(uint16_t level) {
return MAX_LEVEL + 1 - level;
}