Captialn't

Lower case m. Also move the include statement to .cpp, because it doesn't really need to be in the .h
This commit is contained in:
Todd Herbert 2025-04-21 14:11:26 +12:00
parent a737c66586
commit f6834595f2
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "./Events.h"
#include "RTC.h"
#include "modules/AdminModule.h"
#include "modules/TextMessageModule.h"
#include "sleep.h"

View File

@ -13,7 +13,6 @@ however this class handles general events which concern InkHUD as a whole, e.g.
#include "configuration.h"
#include "Modules/AdminModule.h"
#include "Observer.h"
#include "./InkHUD.h"