mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-09 08:25:47 +08:00
AP_Notify: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED
This commit is contained in:
committed by
Peter Barker
parent
55cdbd208d
commit
65b335ae0c
@@ -16,7 +16,7 @@
|
||||
#include "AP_Notify/AP_Notify.h"
|
||||
#include "ScriptingLED.h"
|
||||
|
||||
#if ENABLE_SCRIPTING
|
||||
#if AP_SCRIPTING_ENABLED
|
||||
|
||||
ScriptingLED *ScriptingLED::_singleton;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user