Skip to content
Snippets Groups Projects
Commit 295a7a1f authored by patacongo's avatar patacongo
Browse files

Remober lowputc/getc support

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@706 42af7a65-404d-4744-a932-0658087f49c3
parent feccbf06
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment