mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: remove unused HAL_BUZZER_OFF defines
This commit is contained in:
parent
be94015dba
commit
3362f752cb
|
@ -140,7 +140,6 @@ AP_Notify *AP_Notify::_singleton;
|
|||
|
||||
#ifndef HAL_BUZZER_ON
|
||||
#define HAL_BUZZER_ON 1
|
||||
#define HAL_BUZZER_OFF 0
|
||||
#endif
|
||||
|
||||
// table of user settable parameters
|
||||
|
|
Loading…
Reference in New Issue