~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/ramp-mode-fsm.h

merged recent anduril2 branch updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#endif
48
48
 
49
49
// include an extra config mode for random stuff which doesn't fit elsewhere
50
 
#if defined(USE_JUMP_START)
 
50
#if defined(USE_TINT_RAMPING) || defined(USE_JUMP_START)
51
51
#define USE_GLOBALS_CONFIG
52
52
#endif
53
53