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 "PowerStatus.h"
#include "rtc.h"
#include "RTC.h"
using namespace NicheGraphics;

View File

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

View File

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

View File

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

View File

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

View File

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