diff options
| author | Selene ToyKeeper | 2022-04-09 02:37:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2022-04-09 02:37:59 -0600 |
| commit | 48ef5ed191f4942d0cc1a40d2b108426a0845519 (patch) | |
| tree | 5d48875d948d2b1adafbea13ffa6445e5e0ee906 /spaghetti-monster | |
| parent | added KR4-12V build, fixed model number for DM11-SBT90 build (diff) | |
| download | anduril-48ef5ed191f4942d0cc1a40d2b108426a0845519.tar.gz anduril-48ef5ed191f4942d0cc1a40d2b108426a0845519.tar.bz2 anduril-48ef5ed191f4942d0cc1a40d2b108426a0845519.zip | |
k9.3 tint-toggle build is broken, generate a better fail error (until it's fixed)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k9.3.c | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/ramp-mode.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k9.3.c b/spaghetti-monster/anduril/cfg-noctigon-k9.3.c index 5ce5c5a..d79c03f 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-k9.3.c +++ b/spaghetti-monster/anduril/cfg-noctigon-k9.3.c @@ -1,3 +1,4 @@ +#error This build is broken. /* * K9.3 has unusual power channels, so it must override some of FSM's code. * There are two sets of LEDs: diff --git a/spaghetti-monster/anduril/ramp-mode.h b/spaghetti-monster/anduril/ramp-mode.h index 93756ab..ed76ed5 100644 --- a/spaghetti-monster/anduril/ramp-mode.h +++ b/spaghetti-monster/anduril/ramp-mode.h @@ -26,6 +26,7 @@ // thermal properties, if not defined per-driver #ifndef MIN_THERM_STEPDOWN +// TODO: Replace MAX_Xx7135 with MAX_CH1, MAX_CH2, MAX_REGULATED, etc #define MIN_THERM_STEPDOWN MAX_1x7135 // lowest value it'll step down to #endif #ifndef THERM_FASTER_LEVEL |
