Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 20, 2024
1 parent 362cbbf commit cd6c63f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app-sim/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit cd6c63f

Please sign in to comment.