Make it work
This commit is contained in:
parent
8e9b69b87a
commit
4e1f01c4d4
25 changed files with 772 additions and 180 deletions
22
components/app/inc/app.h
Normal file
22
components/app/inc/app.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* app.h
|
||||
*
|
||||
* Created on: Aug 29, 2019
|
||||
* Author: abody
|
||||
*/
|
||||
|
||||
#ifndef APP_H_
|
||||
#define APP_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void app_main(void) __attribute__((noreturn));
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C" {
|
||||
#endif // __cplusplus
|
||||
#endif /* APP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue