added cmsis_core, furi, mlib and nanobake implemented basic app structure from furi implemented basic placeholder apps
14 lines
139 B
C
14 lines
139 B
C
#pragma once
|
|
|
|
#include "nb_app.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const nb_app_t desktop_app;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|