forked from 3rd-party/fff
Moved out test code to seperate directory
This commit is contained in:
10
src/test/embedded.h
Normal file
10
src/test/embedded.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#ifndef EMBEDDED_CODE
|
||||
#define EMBEDDED_CODE
|
||||
|
||||
void UI_init();
|
||||
void UI_greet(char * name);
|
||||
void UI_greet_multiple_times(char * name, int times);
|
||||
|
||||
|
||||
#endif /* EMBEDDED_CODE */
|
||||
Reference in New Issue
Block a user