Skip to content

Commit

Permalink
11 should fail this commit (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmp committed Jan 23, 2024
1 parent 5740b98 commit 7d71a39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CAN/FakeCANBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ extern "C" {
#include <HindsightCAN/CANScience.h>
}

// Dummy comment to have this file indexed

using namespace std::chrono_literals;

using can::motor::motormode_t;
using namespace robot::types;

enum class TestMode {
enum class TestMode { // 11 should fail on this enum
ModeSet,
PWM,
PID,
Expand Down

0 comments on commit 7d71a39

Please sign in to comment.