committed by
GitHub
parent
3b9986fcef
commit
e842e30ab3
+5
-2
@@ -8,9 +8,12 @@ __attribute__((unused)) void app_main(void) {
|
||||
static const Config config = {
|
||||
.hardware = NB_BOARD_HARDWARE,
|
||||
.apps = {
|
||||
&hello_world_app
|
||||
&hello_world_app,
|
||||
NULL // NULL terminator - do not remove
|
||||
},
|
||||
.services = {
|
||||
NULL // NULL terminator - do not remove
|
||||
},
|
||||
.apps_count = 1
|
||||
};
|
||||
|
||||
nanobake_start(&config);
|
||||
|
||||
Reference in New Issue
Block a user