// OALMSG(1,(TEXT("++++1111::OALIoCtlHalInitRTC()----the year is 0x%x,the month is 0x%x,the day is 0x%x\r\n"),lpst1->wYear,lpst1->wMonth,lpst1->wDay));
OALMSG(1,(TEXT("++++1111::OALIoCtlHalInitRTC()----the year is 0x%x,the month is 0x%x,the day is 0x%x\r\n"),lpst1->wYear,lpst1->wMonth,lpst1->wDay));
//OALMSG(1,(TEXT("++++1111::OALIoCtlHalInitRTC()----the year is 0x%x,the month is 0x%x,the day is 0x%x\r\n"),pTime->wYear,pTime->wMonth,pTime->wDay));
NK在下面的语句处报异常,lpst1->wYear这样访问数据结构成员有什么问题?
OALMSG(1,(TEXT("++++1111::OALIoCtlHalInitRTC()----the year is 0x%x,the month is 0x%x,the day is 0x%x\r\n"),lpst1->wYear,lpst1->wMonth,lpst1->wDay));