AP_HAL: always define HAL_WITH_UAVCAN on px4
This commit is contained in:
parent
96097586c3
commit
b4ecc347d7
@ -141,6 +141,10 @@
|
|||||||
#define AP_FEATURE_SBUS_OUT 1
|
#define AP_FEATURE_SBUS_OUT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_WITH_UAVCAN
|
||||||
|
#define HAL_WITH_UAVCAN 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <AP_HAL_PX4/Semaphores.h>
|
#include <AP_HAL_PX4/Semaphores.h>
|
||||||
#define HAL_Semaphore PX4::Semaphore
|
#define HAL_Semaphore PX4::Semaphore
|
||||||
#define HAL_Semaphore_Recursive PX4::Semaphore_Recursive
|
#define HAL_Semaphore_Recursive PX4::Semaphore_Recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user