mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: added duration to toneAlarm_set_buzzer_tone
This commit is contained in:
parent
c711c8c6bb
commit
949324ff2b
@ -72,7 +72,7 @@ public:
|
|||||||
ToneAlarm Driver
|
ToneAlarm Driver
|
||||||
*/
|
*/
|
||||||
virtual bool toneAlarm_init() { return false;}
|
virtual bool toneAlarm_init() { return false;}
|
||||||
virtual void toneAlarm_set_buzzer_tone(float frequency, float volume) {}
|
virtual void toneAlarm_set_buzzer_tone(float frequency, float volume, uint32_t duration_ms) {}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return a stream for access to a system shell, if available
|
return a stream for access to a system shell, if available
|
||||||
|
Loading…
Reference in New Issue
Block a user