添加功能

scan_files:扫描目录
This commit is contained in:
Qiea
2024-11-13 00:38:53 +08:00
parent 9566fb0db7
commit 5ee5304676
5 changed files with 42 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ struct _m_usmart_nametab usmart_nametab[]=
{
(void*)DEBUG,"void DEBUG(void)",
(void*)SDRAM_USED,"void SDRAM_USED(void)",
(void*)scan_files,"void scan_files(u8 * path)",
(void*)modelmym_init,"float* modelmym_init(char* model_name)",
(void*)modelmym_free,"u8 modelmym_free(char* model_name)",