系統時鐘和硬件時鐘同步

硬件時鐘調整與系統時鐘一致:spa //system("hwclock -w") code int SyncSystemClockToHw(void) { struct timeval tv; struct tm tm_time; int fd; int ret = 0; ret = access("/dev/rtc1",F_OK); if(0 == ret) { fd = o
相關文章
相關標籤/搜索