AP_HAL: updated to new tonealarm system

This commit is contained in:
Andrew Tridgell 2018-08-01 20:16:19 +10:00 committed by Randy Mackay
parent 66d1d11aec
commit ac7d3e0366
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ public:
ToneAlarm Driver
*/
virtual bool toneAlarm_init() { return false;}
virtual void toneAlarm_set_tune(uint8_t tune) {}
virtual void _toneAlarm_timer_tick() {}
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