Skip to content

Commit

Permalink
fixing formatting and removing commented includes
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Sep 18, 2024
1 parent d0b7925 commit babe696
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "FlexCAN_T4.h"
#include "HyTech_CAN.h"
#include "MCU_rev15_defs.h"
// #include "NativeEthernet.h"

// /* Interfaces */

Expand All @@ -23,7 +22,6 @@
#include "SABInterface.h"
#include "VectornavInterface.h"
#include "LoadCellInterface.h"
#include "TorqueControllers.h"

/* Systems */
#include "SysClock.h"
Expand All @@ -32,8 +30,9 @@
#include "DrivetrainSystem.h"
#include "PedalsSystem.h"
#include "TorqueControllerMux.h"

#include "TorqueControllers.h"
#include "CASESystem.h"

// /* State machine */
#include "MCUStateMachine.h"
#include "HT08_CASE.h"
Expand Down

0 comments on commit babe696

Please sign in to comment.