Fixed filename case sensitivity

This commit is contained in:
Professr
2020-06-28 19:03:39 -07:00
parent 8fa44c3590
commit f2e6c6de58
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#include "Power.h"
#include "power.h"
#include "PowerFSM.h"
#include "main.h"
#include "utils.h"