Browse Source

AP_RobotisServo: fix includes place and order

mission-4.1.18
Pierre Kancir 6 years ago committed by Andrew Tridgell
parent
commit
585c853a59
  1. 2
      libraries/AP_RobotisServo/AP_RobotisServo.cpp
  2. 1
      libraries/AP_RobotisServo/AP_RobotisServo.h

2
libraries/AP_RobotisServo/AP_RobotisServo.cpp

@ -35,6 +35,8 @@ @@ -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"

1
libraries/AP_RobotisServo/AP_RobotisServo.h

@ -19,7 +19,6 @@ @@ -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 {

Loading…
Cancel
Save