s/led_green/led_status/g because not all status leds are green :)

This commit is contained in:
Pim van Pelt
2018-01-22 23:23:43 +01:00
parent 3327a561f9
commit f0fa04dc26
4 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@ struct channel_t {
double button_last_change;
};
void led_green_blink();
void led_status_blink();
bool channel_init(const char *fn);
uint8_t channel_gpio_by_idx(int idx);