commit | 07d7e6bf5d40afede59ce2f47a1cc96c9d0ecb2e | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Thu Dec 16 21:44:03 2004 +0000 |
committer | wdenk <wdenk> | Thu Dec 16 21:44:03 2004 +0000 |
tree | 9b8636853fefbfcd38e804ddccac013bd216d50e | |
parent | 4848a3252847458b1b7e79243c27d4116ae8aa00 [diff] [blame] |
Code cleanup.
diff --git a/cpu/at91rm9200/cpu.c b/cpu/at91rm9200/cpu.c index 71463c9..90a4f9c 100644 --- a/cpu/at91rm9200/cpu.c +++ b/cpu/at91rm9200/cpu.c
@@ -134,7 +134,7 @@ /*shutdown the console to avoid strange chars during reset */ us->US_CR = (AT91C_US_RSTRX | AT91C_US_RSTTX); -#ifdef CONFIG_AT91RM9200DK +#ifdef CONFIG_AT91RM9200DK /* Clear PA19 to trigger the hard reset */ pio->PIO_CODR = 0x00080000; pio->PIO_OER = 0x00080000;