Skip to content

Commit

Permalink
Initialize running
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Dec 30, 2023
1 parent b2e6e4f commit a4b330b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpilibc/src/main/native/include/frc/event/EventLoop.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ class EventLoop {

private:
std::vector<wpi::unique_function<void()>> m_bindings;
bool m_running;
bool m_running{false};
};
} // namespace frc

0 comments on commit a4b330b

Please sign in to comment.