实现读取nand的id,正在编写坏块管理算法

This commit is contained in:
ranchuan
2023-06-12 18:32:55 +08:00
parent ed44e2b9dd
commit 64db6e94bc
1385 changed files with 791640 additions and 92 deletions

20
source/soft/mymisc.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef mymisc_h__
#define mymisc_h__
void later_execute(void (*fun)(void *t),void *t,int ms);
#endif