AP_RobotisServo: fix includes place and order

This commit is contained in:
Pierre Kancir 2019-03-23 02:21:52 +01:00 committed by Andrew Tridgell
parent 71174f41f8
commit 585c853a59
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,8 @@
*/
#include <AP_HAL/AP_HAL.h>
#include <AP_Math/AP_Math.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <SRV_Channel/SRV_Channel.h>
#include "AP_RobotisServo.h"

View File

@ -19,7 +19,6 @@
#pragma once
#include <AP_HAL/AP_HAL.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Param/AP_Param.h>
class AP_RobotisServo {