mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 00:58:14 +00:00
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:
parent
a737c66586
commit
f6834595f2
@ -3,6 +3,7 @@
|
|||||||
#include "./Events.h"
|
#include "./Events.h"
|
||||||
|
|
||||||
#include "RTC.h"
|
#include "RTC.h"
|
||||||
|
#include "modules/AdminModule.h"
|
||||||
#include "modules/TextMessageModule.h"
|
#include "modules/TextMessageModule.h"
|
||||||
#include "sleep.h"
|
#include "sleep.h"
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@ however this class handles general events which concern InkHUD as a whole, e.g.
|
|||||||
|
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
|
|
||||||
#include "Modules/AdminModule.h"
|
|
||||||
#include "Observer.h"
|
#include "Observer.h"
|
||||||
|
|
||||||
#include "./InkHUD.h"
|
#include "./InkHUD.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user