summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/str71x/str71x_serial.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 18:46:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 18:46:14 +0000
commitc78044f00e4064f5e8cf045e7accfa571893f742 (patch)
treea7dff6e2287ff9b82b26fc9c19cbdf4f1ae9a562 /nuttx/arch/arm/src/str71x/str71x_serial.c
parent5bbce5453fee636e7fbb087ffee7691edfd25318 (diff)
downloadpx4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.tar.gz
px4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.tar.bz2
px4-nuttx-c78044f00e4064f5e8cf045e7accfa571893f742.zip
Make sure all ARM targets still compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1798 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/str71x/str71x_serial.c')
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/str71x/str71x_serial.c b/nuttx/arch/arm/src/str71x/str71x_serial.c
index 1d4a28f75..2b816101c 100644
--- a/nuttx/arch/arm/src/str71x/str71x_serial.c
+++ b/nuttx/arch/arm/src/str71x/str71x_serial.c
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/src/str71x/str71x_serial.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -63,7 +63,7 @@
/* Is there a UART enabled? */
#if !defined(CONFIG_STR71X_UART0) && !defined(CONFIG_STR71X_UART1) && \
- !defined(CONFIG_STR71X_UART2) && !defined(CONFIG_STR71X_UART3))
+ !defined(CONFIG_STR71X_UART2) && !defined(CONFIG_STR71X_UART3)
# error "No UARTs enabled"
#endif