diff options
Diffstat (limited to 'spaghetti-monster/fireflies-ui/fireflies-ui.c')
| -rw-r--r-- | spaghetti-monster/fireflies-ui/fireflies-ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/fireflies-ui/fireflies-ui.c b/spaghetti-monster/fireflies-ui/fireflies-ui.c index fa0b160..0fc2a1d 100644 --- a/spaghetti-monster/fireflies-ui/fireflies-ui.c +++ b/spaghetti-monster/fireflies-ui/fireflies-ui.c @@ -182,11 +182,13 @@ #define USE_EEPROM typedef enum { ramp_style_e, + #ifdef USE_RAMP_CONFIG ramp_smooth_floor_e, ramp_smooth_ceil_e, ramp_discrete_floor_e, ramp_discrete_ceil_e, ramp_discrete_steps_e, + #endif #ifdef USE_STROBE_STATE strobe_type_e, #endif |
