AP_DroneCAN: removed unused function declaration

This commit is contained in:
Andrew Tridgell 2023-06-06 13:48:22 +10:00
parent 6ba526fa25
commit 49389ccce6

View File

@ -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.