From 2662c008634f2065e44553a87aa1607dd9b14b46 Mon Sep 17 00:00:00 2001 From: Mike S <42784580+awarebayes@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:29:36 +0300 Subject: [PATCH] Update TroykaRTC.cpp --- src/TroykaRTC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TroykaRTC.cpp b/src/TroykaRTC.cpp index bca0760..6b648b4 100644 --- a/src/TroykaRTC.cpp +++ b/src/TroykaRTC.cpp @@ -160,8 +160,8 @@ void RTC::set(const char* compileTimeStamp) { } // write the time that manually -void RTC::set(uint8_t hour, uint8_t minute, uint8_t second, uint16_t day, - uint8_t month, uint8_t year, uint8_t weekDay) { +void RTC::set(uint8_t hour, uint8_t minute, uint8_t second, uint8_t day, + uint8_t month, uint16_t year, uint8_t weekDay) { _hour = hour; _minute = minute; _second = second;