@@ -50,7 +50,7 @@ void dynamic_macro_led_blink(void)
{
#ifdef BACKLIGHT_ENABLE
backlight_toggle();
- _delay_ms(100);
+ wait_ms(100);
#endif
}