Remove the CMOS weekday register

It is apparently notoriously unreliable, and should not be used.
This commit is contained in:
Pierre Pronchery 2018-07-16 01:01:16 +02:00
parent 90c7f9eb0e
commit b6e22cac7f

View File

@ -12,7 +12,6 @@
#define CMOS_REGISTER_SECONDS 0x00
#define CMOS_REGISTER_MINUTES 0x02
#define CMOS_REGISTER_HOURS 0x04
#define CMOS_REGISTER_WEEKDAY 0x06
#define CMOS_REGISTER_DAY 0x07
#define CMOS_REGISTER_MONTH 0x08
#define CMOS_REGISTER_YEAR 0x09