mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_HAL: fixed AP_MODULE_SUPPORTED
This commit is contained in:
parent
61892036f8
commit
d5be04dc8f
@ -235,3 +235,10 @@
|
|||||||
#ifndef HAL_INS_DEFAULT
|
#ifndef HAL_INS_DEFAULT
|
||||||
#define HAL_INS_DEFAULT HAL_INS_NONE
|
#define HAL_INS_DEFAULT HAL_INS_NONE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBDL
|
||||||
|
#define AP_MODULE_SUPPORTED 1
|
||||||
|
#else
|
||||||
|
#define AP_MODULE_SUPPORTED 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user