diff options
Diffstat (limited to 'lib/Globals.cpp')
-rw-r--r-- | lib/Globals.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Globals.cpp b/lib/Globals.cpp index 6be26ec..6bd38fb 100644 --- a/lib/Globals.cpp +++ b/lib/Globals.cpp @@ -32,5 +32,7 @@ // the RC needs logging, and needs to be initialised later. Logger etiLog; +#if ENABLE_REMOTECONTROL RemoteControllers rcs; +#endif // ENABLE_REMOTECONTROL |