Changeset 709476f4 in mainline
- Timestamp:
- 2012-04-15T22:52:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 074324f1
- Parents:
- 2703b824
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
r2703b824 r709476f4 397 397 t->tm_hour = bin2bcd(t->tm_hour); 398 398 t->tm_mday = bin2bcd(t->tm_mday); 399 t->tm_mon = bin2bcd(t->tm_mon + 1);399 t->tm_mon = bin2bcd(t->tm_mon); 400 400 t->tm_year = bin2bcd(t->tm_year); 401 401 }
Note:
See TracChangeset
for help on using the changeset viewer.