mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_DroneCAN: removed unused function declaration
This commit is contained in:
parent
6ba526fa25
commit
49389ccce6
@ -89,9 +89,6 @@ public:
|
||||
// buzzer
|
||||
void set_buzzer_tone(float frequency, float duration_s);
|
||||
|
||||
// send RTCMStream packets
|
||||
void send_RTCMStream(const uint8_t *data, uint32_t len);
|
||||
|
||||
// Send Reboot command
|
||||
// Note: Do not call this from outside UAVCAN thread context,
|
||||
// you can call this from dronecan callbacks and handlers.
|
||||
|
Loading…
Reference in New Issue
Block a user