1
0
Fork 0

start-up sound working, removes tick with some devices

This commit is contained in:
Jack Humbert 2016-04-20 20:11:05 -04:00
parent 0fd093b400
commit 157ddccc2c
2 changed files with 3 additions and 2 deletions

View file

@ -79,7 +79,8 @@ static void power_down(uint8_t wdto)
led_set(0);
#ifdef AUDIO_ENABLE
stop_all_notes();
// This sometimes disables the start-up noise, so it's been disabled
// stop_all_notes();
#endif /* AUDIO_ENABLE */
// TODO: more power saving