Add breathing sleep LED during USB suspend
This commit is contained in:
10
common/sleep_led.h
Normal file
10
common/sleep_led.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef SLEEP_LED_H
|
||||
#define SLEEP_LED_H
|
||||
|
||||
#define NO_SUSPEND_POWER_DOWN
|
||||
|
||||
void sleep_led_init(void);
|
||||
void sleep_led_enable(void);
|
||||
void sleep_led_disable(void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user