mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
simplify config
This commit is contained in:
parent
e842e30ab3
commit
1d1dd820df
@ -8,12 +8,9 @@ __attribute__((unused)) void app_main(void) {
|
||||
static const Config config = {
|
||||
.hardware = NB_BOARD_HARDWARE,
|
||||
.apps = {
|
||||
&hello_world_app,
|
||||
NULL // NULL terminator - do not remove
|
||||
},
|
||||
.services = {
|
||||
NULL // NULL terminator - do not remove
|
||||
&hello_world_app
|
||||
},
|
||||
.services = { },
|
||||
};
|
||||
|
||||
nanobake_start(&config);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user