Skip to content

Commit

Permalink
Check enum failing
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmp committed Jan 23, 2024
1 parent 8386de0 commit 5740b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CAN/FakeCANBoard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ using namespace std::chrono_literals;
using can::motor::motormode_t;
using namespace robot::types;

enum class TestMode
{
enum class TestMode {
ModeSet,
PWM,
PID,
Expand Down

0 comments on commit 5740b98

Please sign in to comment.