more clean up

This commit is contained in:
hathach
2018-08-08 00:41:41 +07:00
parent 108e47438e
commit 6f40f02537
5 changed files with 15 additions and 17 deletions

View File

@ -49,6 +49,8 @@ static inline void led_off(uint32_t pin)
led_control(pin, false);
}
void led_blink_fast(bool enable);
//--------------------------------------------------------------------+
// BUTTONS
//--------------------------------------------------------------------+