Skip to content

Commit

Permalink
AP_HAL: always define HAL_WITH_UAVCAN on px4
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Sep 4, 2018
1 parent 9609758 commit b4ecc34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_HAL/board/px4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4ecc34

Please sign in to comment.