diff options
| author | Selene ToyKeeper | 2017-08-25 02:32:43 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2017-08-25 02:32:43 -0600 |
| commit | 4052efbf6d7993c6b846105e870b1fcbcdb761e7 (patch) | |
| tree | 8de907ef65d1da3897f11d3e2d79bd42bb7e0918 /spaghetti-monster/fsm-adc.h | |
| parent | Added battcheck mode to ramping-ui. It's bigger than I had hoped. :( (diff) | |
| download | anduril-4052efbf6d7993c6b846105e870b1fcbcdb761e7.tar.gz anduril-4052efbf6d7993c6b846105e870b1fcbcdb761e7.tar.bz2 anduril-4052efbf6d7993c6b846105e870b1fcbcdb761e7.zip | |
Made 4bar and 8bar battcheck styles work.
Added LVP handling for other modes, including battcheck.
Diffstat (limited to 'spaghetti-monster/fsm-adc.h')
| -rw-r--r-- | spaghetti-monster/fsm-adc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spaghetti-monster/fsm-adc.h b/spaghetti-monster/fsm-adc.h index f1b4477..c12405c 100644 --- a/spaghetti-monster/fsm-adc.h +++ b/spaghetti-monster/fsm-adc.h @@ -41,6 +41,9 @@ void battcheck(); #ifdef BATTCHECK_VpT #define USE_BLINK_NUM #endif +#if defined(BATTCHECK_8bars) || defined(BATTCHECK_4bars) +#define USE_BLINK_DIGIT +#endif #endif #endif |
