mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL: enable up to 3 CAN callbacks
This commit is contained in:
parent
00202bf016
commit
f5b0a447d8
@ -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