forked from auracaster/openocd
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user