summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-02 09:02:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-02 09:02:15 -0600
commit400af171bc9b11926a8758821b4cf95dff3c4f3d (patch)
tree4f0032a8da687ec3ec39441ea9a1aa178b23df21
parent87eb0b028fd939edca5d92c58b987926f6dcf7e5 (diff)
downloadnuttx-400af171bc9b11926a8758821b4cf95dff3c4f3d.tar.gz
nuttx-400af171bc9b11926a8758821b4cf95dff3c4f3d.tar.bz2
nuttx-400af171bc9b11926a8758821b4cf95dff3c4f3d.zip
Fix typo introduced to the serial driver when the DBGU driver was added
-rw-r--r--nuttx/arch/arm/src/sama5/sam_serial.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/sama5/sam_serial.c b/nuttx/arch/arm/src/sama5/sam_serial.c
index ca7e46121..4cbcf5f50 100644
--- a/nuttx/arch/arm/src/sama5/sam_serial.c
+++ b/nuttx/arch/arm/src/sama5/sam_serial.c
@@ -1,7 +1,7 @@
/****************************************************************************
* arch/arm/src/sama5/sam_serial.c
*
- * Copyright (C) 2013 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -174,7 +174,6 @@
#ifdef USE_SERIALDRIVER
-#undef HAVE_UART_CONSOLE
#undef TTYS1_DEV
#undef TTYS2_DEV
#undef TTYS3_DEV