Warn user tick type correction

This commit is contained in:
Ben V. Brown
2023-07-28 19:58:46 +10:00
parent 7254b78404
commit 13e1c24152
3 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
#include "Buttons.hpp"
#include "OperatingModeUtilities.h"
void warnUser(const char *warning, const int timeout) {
void warnUser(const char *warning, const TickType_t timeout) {
OLED::clearScreen();
OLED::printWholeScreen(warning);
OLED::refresh();