More case-sensitivity instances

This commit is contained in:
Ben Meadors 2025-02-12 09:39:25 -06:00
parent 005e8501ce
commit 93d041b4b0
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
#include "./MenuApplet.h" #include "./MenuApplet.h"
#include "PowerStatus.h" #include "PowerStatus.h"
#include "rtc.h" #include "RTC.h"
using namespace NicheGraphics; using namespace NicheGraphics;

View File

@ -4,7 +4,7 @@
#include "./Notification.h" #include "./Notification.h"
#include "rtc.h" #include "RTC.h"
using namespace NicheGraphics; using namespace NicheGraphics;

View File

@ -1,6 +1,6 @@
#ifdef MESHTASTIC_INCLUDE_INKHUD #ifdef MESHTASTIC_INCLUDE_INKHUD
#include "rtc.h" #include "RTC.h"
#include "gps/GeoCoord.h" #include "gps/GeoCoord.h"

View File

@ -2,7 +2,7 @@
#include "./RecentsListApplet.h" #include "./RecentsListApplet.h"
#include "rtc.h" #include "RTC.h"
using namespace NicheGraphics; using namespace NicheGraphics;

View File

@ -2,8 +2,8 @@
#include "./ThreadedMessageApplet.h" #include "./ThreadedMessageApplet.h"
#include "RTC.h"
#include "mesh/NodeDB.h" #include "mesh/NodeDB.h"
#include "rtc.h"
using namespace NicheGraphics; using namespace NicheGraphics;

View File

@ -2,8 +2,8 @@
#include "./WindowManager.h" #include "./WindowManager.h"
#include "RTC.h"
#include "mesh/NodeDB.h" #include "mesh/NodeDB.h"
#include "rtc.h"
// System applets // System applets
// Must be defined in .cpp to prevent a circular dependency with Applet base class // Must be defined in .cpp to prevent a circular dependency with Applet base class