mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
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);
|
|
void can_check_update(void);
|