使用rtthread

This commit is contained in:
ranchuan
2023-06-25 15:30:36 +08:00
parent 3604192d8f
commit cdad432f8a
41 changed files with 6047 additions and 95 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