We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4360a7e commit 5f8a655Copy full SHA for 5f8a655
libraries/AP_Soaring/AP_Soaring.h
@@ -9,12 +9,7 @@
9
10
#pragma once
11
12
-#include <AP_HAL/AP_HAL_Boards.h>
13
-
14
-#ifndef HAL_SOARING_ENABLED
15
-#define HAL_SOARING_ENABLED 1
16
-#endif
17
+#include "AP_Soaring_config.h"
18
#if HAL_SOARING_ENABLED
19
20
#include <AP_Param/AP_Param.h>
libraries/AP_Soaring/AP_Soaring_config.h
@@ -0,0 +1,5 @@
1
+#include <AP_HAL/AP_HAL_Boards.h>
2
+
3
+#ifndef HAL_SOARING_ENABLED
4
+#define HAL_SOARING_ENABLED 1
5
+#endif
0 commit comments