Skip to content

Commit

Permalink
Removed todo from main
Browse files Browse the repository at this point in the history
Initially had thought using extern was unnecessary, but due to how ST's code is structured it may be necessary.
  • Loading branch information
bsutherland333 committed Jan 4, 2024
1 parent 7403f1d commit dc18403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// Select which board implementation to include based on cmake variable
#ifdef BUILD_VARMINT_BOARD
#include <Varmint.h>
extern Varmint varmint; // TODO: Eliminate global variable
extern Varmint varmint;
#endif
#ifndef BUILD_TEST_BOARD // Skip main function for gtest

Expand Down

0 comments on commit dc18403

Please sign in to comment.