mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2026-03-23 12:24:46 +00:00
first commit and add gitignore, README.md
This commit is contained in:
commit
760756ba2c
1861 changed files with 709236 additions and 0 deletions
8
component/common/example/example_entry.h
Executable file
8
component/common/example/example_entry.h
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __EXAMPLE_ENTRY_H__
|
||||
#define __EXAMPLE_ENTRY_H__
|
||||
|
||||
|
||||
void example_entry(void);
|
||||
void pre_example_entry(void);
|
||||
|
||||
#endif //#ifndef __EXAMPLE_ENTRY_H__
|
||||
Loading…
Add table
Add a link
Reference in a new issue