|
|
|
@ -9,9 +9,7 @@
@@ -9,9 +9,7 @@
|
|
|
|
|
interface. All variables used by controllers should be in their |
|
|
|
|
own class. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef AP_NAVIGATION_H |
|
|
|
|
#define AP_NAVIGATION_H |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
#include <AP_Common/AP_Common.h> |
|
|
|
|
|
|
|
|
@ -110,6 +108,3 @@ public:
@@ -110,6 +108,3 @@ public:
|
|
|
|
|
CONTROLLER_L1 = 1 |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // AP_NAVIGATION_H
|
|
|
|
|