Skip to content

Commit

Permalink
Fix capitalization error in #include file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 committed Jun 5, 2024
1 parent 490620b commit b4742e5
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
@@ -1,5 +1,5 @@
#include "main.h"
#include "Gamepad/api.hpp"
#include "gamepad/api.hpp"
#include "pros/screen.hpp"

Gamepad::Controller master(CONTROLLER_MASTER);
Expand Down

0 comments on commit b4742e5

Please sign in to comment.