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
|
||||
HAL_Semaphore sem;
|
||||
#endif
|
||||
// allow up to 2 callbacks per interface
|
||||
FrameCb cb[2];
|
||||
// allow up to 3 callbacks per interface
|
||||
FrameCb cb[3];
|
||||
} callbacks;
|
||||
|
||||
uint32_t bitrate_;
|
||||
|
Loading…
Reference in New Issue
Block a user