Refactor header includes

This commit is contained in:
Ben V. Brown
2024-09-22 21:24:29 +10:00
parent 8b63292d72
commit 64b2c4b3b1
13 changed files with 17 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
#define OPERATING_MODE_UTILITIES_H_
#include "Buttons.hpp"
#include "OLED.hpp"
#include "Settings.h"
#include <stdbool.h>
void GUIDelay(); //
@@ -14,4 +15,4 @@ void printVoltage(void); //
bool checkForUnderVoltage(void); //
uint16_t min(uint16_t a, uint16_t b); //
void printCountdownUntilSleep(int sleepThres); //
#endif
#endif