mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 18:53:57 -04:00
AP_Notify: move enabling of AP_NOTIFY_TONEALARM_ENABLED out of AP_Notify_config.h
this is looking at chibios-specific defines, which is bad
This commit is contained in:
parent
8a9a1826e1
commit
6f40c80d65
@ -129,5 +129,5 @@
|
||||
#endif
|
||||
|
||||
#ifndef AP_NOTIFY_TONEALARM_ENABLED
|
||||
#define AP_NOTIFY_TONEALARM_ENABLED ((defined(HAL_PWM_ALARM) || HAL_DSHOT_ALARM_ENABLED))
|
||||
#define AP_NOTIFY_TONEALARM_ENABLED 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user