Page 1 of 1

[PATCH] Make LED_FLASHER compilable without BUZZER

Posted: Mon Sep 17, 2012 2:55 pm
by Tommie
In current _shared, LED_FLASHER cannot be compiled if BUZZER is undefined. This patch fixes this issue:

https://github.com/wertarbyte/multiwii- ... a6439f9737

Re: [PATCH] Make LED_FLASHER compilable without BUZZER

Posted: Tue Sep 18, 2012 4:57 pm
by Mis
This bug was introduced during moving buzzer code from Buzzer.ino to Alarms.ino. With oryginal Buzzer.ino does not exist.