Skip to content

Commit

Permalink
Add default case to C++
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Nov 23, 2024
1 parent 2e58ff9 commit 046750e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ class Trigger {
case InitialState::NEG_CONDITION:
return !m_condition();
}
return false;
}

frc::EventLoop* m_loop;
Expand Down

0 comments on commit 046750e

Please sign in to comment.