diff options
Diffstat (limited to 'cpu/arm920t')
-rw-r--r-- | cpu/arm920t/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm920t/serial.c b/cpu/arm920t/serial.c index 7ed452e..6104e75 100644 --- a/cpu/arm920t/serial.c +++ b/cpu/arm920t/serial.c @@ -30,7 +30,7 @@ #elif CONFIG_SERIAL2 # if defined(CONFIG_TRAB) -# #error "TRAB supports only CONFIG_SERIAL1" +# error "TRAB supports only CONFIG_SERIAL1" # endif #define UART_NR S3C24X0_UART1 |