core: Fix for warning of unused function standby()

This commit is contained in:
tmk 2018-01-14 08:14:16 +09:00
parent 8fd2cef441
commit 01b881e87e

View file

@ -70,6 +70,7 @@ static void power_down(uint8_t wdto)
wdt_disable();
}
#ifdef SUSPEND_MODE_STANDBY
static void standby(void)
{
#ifdef SLEEP_MODE_STANDBY
@ -80,6 +81,7 @@ static void standby(void)
sleep_disable();
#endif
}
#endif
static void idle(void)
{