From 16afbddeada7161e931dc261d3404bb5bbc1743d Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:54:22 +1100 Subject: add .m on mac. log INFO and module name --- examples/triangle.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/triangle.c b/examples/triangle.c index 1c81d38..83da5e4 100644 --- a/examples/triangle.c +++ b/examples/triangle.c @@ -3,7 +3,11 @@ #include int main() { - Core_Bringup("Celeritas Example: Triangle", NULL); + core_bringup("Celeritas Example: Triangle", NULL); + + while (!app_should_exit()) { + // + } return 0; } -- cgit v1.2.3-70-g09d2