summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 17:20:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-18 17:20:45 +0000
commit721ee8e9ecfef9db28fa591bde48a64f0ab59742 (patch)
tree1725e9c91c89d5dabce5ab09b7b4c762f1debbde /nuttx/arch
parent7c6f4e3729ae96fa6d276a2f51cd8afc501cdf31 (diff)
downloadpx4-nuttx-721ee8e9ecfef9db28fa591bde48a64f0ab59742.tar.gz
px4-nuttx-721ee8e9ecfef9db28fa591bde48a64f0ab59742.tar.bz2
px4-nuttx-721ee8e9ecfef9db28fa591bde48a64f0ab59742.zip
Remober lowputc/getc support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@706 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/z80/src/common/up_internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/nuttx/arch/z80/src/common/up_internal.h b/nuttx/arch/z80/src/common/up_internal.h
index 5eefa5069..cc8c1593d 100644
--- a/nuttx/arch/z80/src/common/up_internal.h
+++ b/nuttx/arch/z80/src/common/up_internal.h
@@ -50,8 +50,6 @@
#undef CONFIG_SUPPRESS_SERIAL_INTS /* Console will poll */
#undef CONFIG_SUPPRESS_UART_CONFIG /* Do not reconfig UART */
#undef CONFIG_DUMP_ON_EXIT /* Dump task state on exit */
-#undef CONFIG_Z80_LOWPUTC /* Support up_lowputc for debug */
-#undef CONFIG_Z80_LOWGETC /* support up_lowgetc for debug */
/****************************************************************************
* Included Files
@@ -67,8 +65,7 @@
/* Determine which (if any) console driver to use */
-#if defined(CONFIG_Z80_LOWPUTC) || defined(CONFIG_Z80_LOWGETC) || \
- CONFIG_NFILE_DESCRIPTORS == 0 || defined(CONFIG_DEV_LOWCONSOLE)
+#if CONFIG_NFILE_DESCRIPTORS == 0 || defined(CONFIG_DEV_LOWCONSOLE)
# define CONFIG_USE_LOWCONSOLE 1
# define CONFIG_USE_LOWUARTINIT 1
#elif defined(CONFIG_DEV_CONSOLE) && CONFIG_NFILE_DESCRIPTORS > 0