Skip to content

Commit

Permalink
Finished github build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
prawny-boy committed Jan 22, 2024
1 parent 7cc74a7 commit 1f6f19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/behaviours/MagBehaviour.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ MagAutoHold::MagAutoHold(Mag* mag) {}

void MagAutoHold::OnTick(units::second_t dt) {
_mag->SetState(MagState::kHold);
}
}
3 changes: 2 additions & 1 deletion src/main/include/RobotMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
#include <ctre/phoenix6/Pigeon2.hpp>
#include <ctre/phoenix6/TalonFX.hpp>

#include "Wombat.h"
#include "Mag.h"
#include "Wombat.h"


struct RobotMap {
struct Controllers {
Expand Down

0 comments on commit 1f6f19f

Please sign in to comment.