mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL: add HAL_INS_ENABLED
This commit is contained in:
parent
0e4fbe7c46
commit
69009568b2
@ -260,3 +260,7 @@
|
||||
#ifndef HAL_ENABLE_THREAD_STATISTICS
|
||||
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_INS_ENABLED
|
||||
#define HAL_INS_ENABLED (!defined(HAL_BUILD_AP_PERIPH))
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user