Skip to content

Commit

Permalink
Compile Check v2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpaceDragon committed Jul 12, 2023
1 parent 7d2525e commit 53f83a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SystemManager/SystemManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
//

#include "SystemManager.hpp"
#include "../Models/global_config.hpp"
#include "../Models/testmodel1/config.hpp"
#include "../Drivers/rc_receiver/Inc/sbus_reciever.hpp"
#include "../Drivers/Common/Inc/drivers_config.hpp"
#include "global_config.hpp"
#include "config.hpp"
#include "sbus_reciever.hpp"
#include "drivers_config.hpp"


SystemManager::SystemManager():
Expand Down
7 changes: 4 additions & 3 deletions SystemManager/SystemManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#ifndef ZEROPILOT_3_5_SYSTEMMANAGER_HPP
#define ZEROPILOT_3_5_SYSTEMMANAGER_HPP

#include "../Models/global_config.hpp"
#include "../Drivers/rc_receiver/Inc/sbus_reciever.hpp"
#include "../Drivers/rc_receiver/Inc/rcreceiver_datatypes.h"
#include "global_config.hpp"
#include "sbus_reciever.hpp"
#include "rcreceiver_datatypes.h"


class SystemManager {
Expand All @@ -31,6 +31,7 @@ class SystemManager {

/* State-keeping variables to follow */
Flightmode *currentFlightMode_;
SBUSReceiver rcController_;
RCControl rcInputs_;

};
Expand Down

0 comments on commit 53f83a9

Please sign in to comment.