View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000363 | EBoot_PM3 | EBoot | public | 2010-06-18 09:58 | 2010-06-28 10:54 |
| Reporter | froelich | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | V1.43 | ||||
| Target Version | V1.44 | Fixed in Version | V1.44 | ||
| Summary | 0000363: OEMGetRealTime() in ether.c reports wrong values for wDay amd wDayOfWeek | ||||
| Description | Wrong: lpst->wDay = FROM_BCD(pRTCRegs->BCDDAY & 0x3f); lpst->wDayOfWeek = (pRTCRegs->BCDDATE - 1); Good: lpst->wDay = FROM_BCD(pRTCRegs->BCDDATE & 0x3f); lpst->wDayOfWeek = (pRTCRegs->BCDDAY - 1); | ||||
| Forum Link | |||||