diff options
Diffstat (limited to 'testing/examples/ledtest-imx27ads')
-rw-r--r-- | testing/examples/ledtest-imx27ads/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c index abb3bd15..467571dc 100644 --- a/testing/examples/ledtest-imx27ads/test.c +++ b/testing/examples/ledtest-imx27ads/test.c @@ -48,13 +48,13 @@ __gccmain() void exit(int exit_code) { - while(1); + while (1); } /* EXIT */ atexit() { - while(1); + while (1); } /* ATEXIT */ |