diff options
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/load-save-config-fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spaghetti-monster/anduril/load-save-config-fsm.h b/spaghetti-monster/anduril/load-save-config-fsm.h index 862cf26..64ff6fd 100644 --- a/spaghetti-monster/anduril/load-save-config-fsm.h +++ b/spaghetti-monster/anduril/load-save-config-fsm.h @@ -87,7 +87,7 @@ typedef struct Config { #endif #ifdef USE_THERMAL_REGULATION uint8_t therm_ceil; - uint8_t therm_cal_offset; + int8_t therm_cal_offset; #endif ///// aux LEDs |
