diff options
Diffstat (limited to 'testing/examples/ledtest-imx27ads')
-rw-r--r-- | testing/examples/ledtest-imx27ads/test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/examples/ledtest-imx27ads/test.c b/testing/examples/ledtest-imx27ads/test.c index 467571dc..c9cf7022 100644 --- a/testing/examples/ledtest-imx27ads/test.c +++ b/testing/examples/ledtest-imx27ads/test.c @@ -25,12 +25,12 @@ void delay() } /* MAIN ARM FUNTION */ -int main (void) +int main (void) { - int i; + int i; volatile unsigned char *ledoff = ((volatile unsigned char *)0xD4000008); volatile unsigned char *ledon = ((volatile unsigned char *)0xD400000C); - + for (i = 0; i < 10000; i++) { *ledon = 0x30; |