参考代码
This commit is contained in:
11
components/system/test/main.h
Executable file
11
components/system/test/main.h
Executable 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
|
||||
Reference in New Issue
Block a user