diff --git a/main/src/main.c b/main/src/main.c index f19f2a26..0f17275a 100644 --- a/main/src/main.c +++ b/main/src/main.c @@ -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);