summaryrefslogtreecommitdiff
path: root/testing/examples/ledtest-imx31pdk/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/examples/ledtest-imx31pdk/test.c')
-rw-r--r--testing/examples/ledtest-imx31pdk/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/examples/ledtest-imx31pdk/test.c b/testing/examples/ledtest-imx31pdk/test.c
index 9f3855df..8ff17a46 100644
--- a/testing/examples/ledtest-imx31pdk/test.c
+++ b/testing/examples/ledtest-imx31pdk/test.c
@@ -25,10 +25,10 @@ void delay()
}
/* MAIN ARM FUNTION */
-int main (void)
+int main (void)
{
volatile unsigned char *led = ((volatile unsigned char *)0xB6020000);
-
+
while (1)
{
*led = 0xFF;