|
|
|
@ -13,9 +13,7 @@
@@ -13,9 +13,7 @@
|
|
|
|
|
You should have received a copy of the GNU General Public License |
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef __AP_RPM_BACKEND_H__ |
|
|
|
|
#define __AP_RPM_BACKEND_H__ |
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
#include <AP_Common/AP_Common.h> |
|
|
|
|
#include <AP_HAL/AP_HAL.h> |
|
|
|
@ -39,4 +37,3 @@ protected:
@@ -39,4 +37,3 @@ protected:
|
|
|
|
|
AP_RPM &ap_rpm; |
|
|
|
|
AP_RPM::RPM_State &state; |
|
|
|
|
}; |
|
|
|
|
#endif // __AP_RPM_BACKEND_H__
|
|
|
|
|