mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
1bee4630cc
this also saves a few bytes of flash for normal periph bootloader
6 lines
144 B
C
6 lines
144 B
C
void can_start();
|
|
void can_update();
|
|
void can_set_node_id(uint8_t node_id);
|
|
bool can_check_update(void);
|
|
void can_printf(const char *fmt, ...);
|