summaryrefslogtreecommitdiff
path: root/nuttx/configs/z80sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 17:29:53 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 17:29:53 +0000
commitd31ab327ab91ab0b09749ef03b39b82af979c27a (patch)
treeaf1c427f5c98b01462cc23f2794937733a859538 /nuttx/configs/z80sim
parent721ee8e9ecfef9db28fa591bde48a64f0ab59742 (diff)
downloadpx4-nuttx-d31ab327ab91ab0b09749ef03b39b82af979c27a.tar.gz
px4-nuttx-d31ab327ab91ab0b09749ef03b39b82af979c27a.tar.bz2
px4-nuttx-d31ab327ab91ab0b09749ef03b39b82af979c27a.zip
Fix LOWCONSOLE confusion
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@707 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/z80sim')
-rw-r--r--nuttx/configs/z80sim/src/z80_serial.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nuttx/configs/z80sim/src/z80_serial.c b/nuttx/configs/z80sim/src/z80_serial.c
index b5a0c6863..42b0eecc1 100644
--- a/nuttx/configs/z80sim/src/z80_serial.c
+++ b/nuttx/configs/z80sim/src/z80_serial.c
@@ -54,12 +54,6 @@
#include "os_internal.h"
#include "up_internal.h"
-/* Defined in drivers/dev_lowconsole.c */
-
-#ifdef CONFIG_USE_LOWCONSOLE
-extern void lowconsole_init(void);
-#endif
-
#if CONFIG_NFILE_DESCRIPTORS > 0
#if defined(CONFIG_DEV_CONSOLE) && !defined(CONFIG_DEV_LOWCONSOLE)
/****************************************************************************