tmp 2
This commit is contained in:
parent
5d5fd4bc83
commit
fef441ecda
17 changed files with 176 additions and 94 deletions
23
components/app/inc/application.h
Normal file
23
components/app/inc/application.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* app.h
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#ifndef APP_H_
|
||||
#define APP_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "main.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void MainLoop();
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C" {
|
||||
#endif // __cplusplus
|
||||
#endif /* APP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue