From b4742e5da66ed73fa05a4b62e8116d4737626cae Mon Sep 17 00:00:00 2001 From: ion098 <146852218+ion098@users.noreply.github.com> Date: Wed, 5 Jun 2024 12:17:52 -0700 Subject: [PATCH] Fix capitalization error in #include file path --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ef74086..60d9185 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include "main.h" -#include "Gamepad/api.hpp" +#include "gamepad/api.hpp" #include "pros/screen.hpp" Gamepad::Controller master(CONTROLLER_MASTER);