mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_Notify: removed unused code
This commit is contained in:
parent
64c2e691f8
commit
e02f753b01
@ -33,11 +33,6 @@ extern const AP_HAL::HAL& hal;
|
|||||||
|
|
||||||
bool Buzzer::init()
|
bool Buzzer::init()
|
||||||
{
|
{
|
||||||
// this is for leds, not for buzzer!
|
|
||||||
// if (!AP_Notify::flags.external_leds) {
|
|
||||||
// return false;
|
|
||||||
// }
|
|
||||||
|
|
||||||
#if defined(BUZZER_PIN)
|
#if defined(BUZZER_PIN)
|
||||||
_pin = BUZZER_PIN;
|
_pin = BUZZER_PIN;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user