Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Jan 1, 2024
1 parent 3787961 commit ee97c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion VortexEngine/VortexEngine.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ void setup()
void loop()
{
VortexEngine::tick();
Serial.println("test");
}
2 changes: 1 addition & 1 deletion VortexEngine/src/Buttons/Button.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Button
#endif
};

// Button
// See Button.cpp for info about this
extern Button *g_pButton;

#endif

0 comments on commit ee97c74

Please sign in to comment.