mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-27 02:04:00 -04:00
AP_Module: added AP_MODULE_SUPPORTED define
This commit is contained in:
parent
107f76828d
commit
7a2d67bde9
@ -31,6 +31,12 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
|
||||
#ifdef HAVE_LIBDL
|
||||
#define AP_MODULE_SUPPORTED 1
|
||||
#else
|
||||
#define AP_MODULE_SUPPORTED 0
|
||||
#endif
|
||||
|
||||
|
||||
class AP_Module {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user