mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
SRV_Channel: replace libuavcan with libcanard based driver
This commit is contained in:
parent
1c2a464be0
commit
fcfc4ce889
@ -534,7 +534,7 @@ void SRV_Channels::push()
|
|||||||
fetteconwire_ptr->update();
|
fetteconwire_ptr->update();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_CANMANAGER_ENABLED
|
#if HAL_ENABLE_LIBUAVCAN_DRIVERS
|
||||||
// push outputs to CAN
|
// push outputs to CAN
|
||||||
uint8_t can_num_drivers = AP::can().get_num_drivers();
|
uint8_t can_num_drivers = AP::can().get_num_drivers();
|
||||||
for (uint8_t i = 0; i < can_num_drivers; i++) {
|
for (uint8_t i = 0; i < can_num_drivers; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user