mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
432c2d1758
allows droncan_gui_tool to update px4 firmware with ArduPilot bootloader
6 lines
136 B
C
6 lines
136 B
C
void can_start();
|
|
void can_update();
|
|
void can_set_node_id(uint8_t node_id);
|
|
bool can_check_firmware(void);
|
|
bool can_check_update(void);
|