Changeset 18b6a88 in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
r8ebe212 r18b6a88 362 362 363 363 /* Now check if it is stable */ 364 } while (t->tm_sec != rtc_register_read(rtc, RTC_SEC) ||364 } while (t->tm_sec != rtc_register_read(rtc, RTC_SEC) || 365 365 t->tm_min != rtc_register_read(rtc, RTC_MIN) || 366 366 t->tm_mday != rtc_register_read(rtc, RTC_DAY) ||
Note:
See TracChangeset
for help on using the changeset viewer.