AP_HAL: always define HAL_WITH_UAVCAN on px4

This commit is contained in:
Andrew Tridgell 2018-09-05 06:54:37 +10:00
parent 96097586c3
commit b4ecc347d7
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@
#define AP_FEATURE_SBUS_OUT 1
#endif
#ifndef HAL_WITH_UAVCAN
#define HAL_WITH_UAVCAN 0
#endif
#include <AP_HAL_PX4/Semaphores.h>
#define HAL_Semaphore PX4::Semaphore
#define HAL_Semaphore_Recursive PX4::Semaphore_Recursive