This is governed by the NASA Open Source Agreement and may be used,distributed and modified only pursuant to the terms of that agreement.
竟然還是NASA開源的 瞬間逼格提升!!!
今天下午完成EEPROM 類文件系統的移植,今晚來總結一下移植過程和問題。
+修改的struct void *全部改為uint8*
+time(NULL)重新修改為 Get_current_time()已完成編譯
/* This macro defines the time interface function. Defaults to time(NULL) */
/*reused it to Get_current_time() that reched complited*/
#define Get_current_time() now_systick ()