From cd6c63ff00712e2fe0f448b175818f86396a4d5e Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 20 Jan 2024 15:34:14 +0100 Subject: [PATCH] fix formatting --- app-sim/src/main.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app-sim/src/main.c b/app-sim/src/main.c index 1af71002..6b69ff2b 100644 --- a/app-sim/src/main.c +++ b/app-sim/src/main.c @@ -18,16 +18,16 @@ void vAssertCalled(TT_UNUSED unsigned long line, TT_UNUSED const char* const fil } int main() { - // static const Config config = { - // .hardware = NULL, - // .apps = { - // &hello_world_app - // }, - // .services = { }, - // .auto_start_app_id = NULL - // }; - // - // tactility_start(&config); +// static const Config config = { +// .hardware = NULL, +// .apps = { +// &hello_world_app +// }, +// .services = { }, +// .auto_start_app_id = NULL +// }; +// +// tactility_start(&config); TT_LOG_I("app", "Hello, world!"); return 0; }