参考代码

This commit is contained in:
LokLiang
2024-03-28 12:19:52 +08:00
commit 7b86aa3362
96 changed files with 19986 additions and 0 deletions

11
components/system/test/main.h Executable file
View File

@@ -0,0 +1,11 @@
#ifndef __MAIN_H__
#define __MAIN_H__
#include "kk.h"
#include "os/os.h"
void main_k_init(void);
void main_timer_reset(void);
void main_timer_hook(void (*fn)(void));
#endif