Skip to content

Commit

Permalink
Fix a mistake of softpwm_led
Browse files Browse the repository at this point in the history
  • Loading branch information
kairyu committed Jun 15, 2015
1 parent ec219cc commit dfe9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/softpwm_led.c
Expand Up @@ -340,7 +340,7 @@ ISR(TIMER1_COMPA_vect)
#ifdef BREATHING_LED_ENABLE
breathing_led_proc();
#endif
#if CUSTOM_LED_ENABLE
#ifdef CUSTOM_LED_ENABLE
softpwm_led_custom();
#endif
}
Expand Down

0 comments on commit dfe9372

Please sign in to comment.