mirror of https://github.com/ArduPilot/ardupilot
AP_CANManager: cleanup more defines and classes
This commit is contained in:
parent
c7231240c8
commit
5b45a4060a
|
@ -96,7 +96,7 @@ private:
|
|||
|
||||
// Classes required for UAVCAN Test
|
||||
class RaiiSynchronizer {};
|
||||
uavcan::PoolAllocator<UAVCAN_NODE_POOL_SIZE, UAVCAN_NODE_POOL_BLOCK_SIZE, CANTester::RaiiSynchronizer> _node_allocator;
|
||||
uavcan::PoolAllocator<DRONECAN_NODE_POOL_SIZE, UAVCAN_NODE_POOL_BLOCK_SIZE, CANTester::RaiiSynchronizer> _node_allocator;
|
||||
|
||||
HAL_EventHandle _event_handle;
|
||||
AP_Int8 _test_driver_index;
|
||||
|
|
Loading…
Reference in New Issue