summaryrefslogtreecommitdiff
path: root/testing/examples/ledtest-imx27ads
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:50:08 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-23 22:50:08 +0000
commitc97caebccd07be7e5bae61d6d40921e01786ba06 (patch)
treeac6b27c4e75a0b30f2676c8ed7ca70a1048be2c4 /testing/examples/ledtest-imx27ads
parent2e779198535580515dfa9c8bfe1f3fe08abdb84b (diff)
downloadopenocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.gz
openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.bz2
openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.tar.xz
openocd+libswd-c97caebccd07be7e5bae61d6d40921e01786ba06.zip
Remove whitespace at end of lines, step 2.
- Replace '\s*$' with ''. git-svn-id: svn://svn.berlios.de/openocd/trunk@2380 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/examples/ledtest-imx27ads')
-rw-r--r--testing/examples/ledtest-imx27ads/test.c6
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;