ardupilot/libraries/AP_Arming/AP_Arming_config.h
Peter Barker 9ec6b69433 AP_Arming: add and use a define for AP_ARMING_AUX_AUTH_ENABLED
only the LUA bindings can actually activate this...
2023-03-25 15:56:22 +11:00

8 lines
147 B
C

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_ARMING_AUX_AUTH_ENABLED
#define AP_ARMING_AUX_AUTH_ENABLED AP_SCRIPTING_ENABLED
#endif