Renamed time amounts

This commit is contained in:
Eduardo Quezada
2023-09-20 19:04:50 -03:00
parent fb6f45b2c3
commit 927e4b6071
3 changed files with 14 additions and 14 deletions

View File

@@ -9,9 +9,9 @@
#define SIIRTCINFO_24HOUR 0x40 // 0: 12-hour mode, 1: 24-hour mode
#define SIIRTCINFO_POWER 0x80 // power on or power failure occurred
#define DAY_HOURS 24
#define HOUR_MINUTES 60
#define MINUTE_SECONDS 60
#define HOURS_PER_DAY 24
#define MINUTES_PER_HOUR 60
#define SECONDS_PER_MINUTE 60
enum
{