AP_Notify: move from ENABLE_SCRIPTING to AP_SCRIPTING_ENABLED

This commit is contained in:
Peter Barker
2021-11-15 16:08:30 +11:00
committed by Peter Barker
parent 55cdbd208d
commit 65b335ae0c
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
#include "AP_Notify/AP_Notify.h"
#include "ScriptingLED.h"
#if ENABLE_SCRIPTING
#if AP_SCRIPTING_ENABLED
ScriptingLED *ScriptingLED::_singleton;