mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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
|
||||
#define HAL_INS_DEFAULT HAL_INS_NONE
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBDL
|
||||
#define AP_MODULE_SUPPORTED 1
|
||||
#else
|
||||
#define AP_MODULE_SUPPORTED 0
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user