mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: enable up to 3 CAN callbacks
This commit is contained in:
parent
6596269ae6
commit
41e7c3a31a
@ -273,8 +273,8 @@ protected:
|
|||||||
#ifndef HAL_BOOTLOADER_BUILD
|
#ifndef HAL_BOOTLOADER_BUILD
|
||||||
HAL_Semaphore sem;
|
HAL_Semaphore sem;
|
||||||
#endif
|
#endif
|
||||||
// allow up to 2 callbacks per interface
|
// allow up to 3 callbacks per interface
|
||||||
FrameCb cb[2];
|
FrameCb cb[3];
|
||||||
} callbacks;
|
} callbacks;
|
||||||
|
|
||||||
uint32_t bitrate_;
|
uint32_t bitrate_;
|
||||||
|
Loading…
Reference in New Issue
Block a user