Skip to content

Commit

Permalink
AP_Mount: tidy Solo defines
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jul 20, 2024
1 parent 70729df commit 16a9e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion libraries/AP_Mount/AP_Mount_SoloGimbal.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "AP_Mount_SoloGimbal.h"
#include "AP_Mount_config.h"

#if HAL_SOLO_GIMBAL_ENABLED

#include "AP_Mount_SoloGimbal.h"

#include "SoloGimbal.h"
#include <AP_Logger/AP_Logger.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
Expand Down
6 changes: 2 additions & 4 deletions libraries/AP_Mount/AP_Mount_SoloGimbal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@
*/
#pragma once

#include "AP_Mount_config.h"

#include <AP_HAL/AP_HAL.h>
#if HAL_SOLO_GIMBAL_ENABLED

#include "AP_Mount_Backend.h"
#if HAL_SOLO_GIMBAL_ENABLED
#include <AP_Math/AP_Math.h>
#include <AP_Common/AP_Common.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <RC_Channel/RC_Channel.h>
#include "SoloGimbal.h"


class AP_Mount_SoloGimbal : public AP_Mount_Backend
{

Expand Down

0 comments on commit 16a9e53

Please sign in to comment.