From a41c364ae0157a691fb0806a58eec6b3adeafae2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 1 Jan 2008 14:54:10 +0000 Subject: Debug z80sim NSH (still doesn't work) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@476 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z80sim/nshconfig | 2 +- nuttx/configs/z80sim/src/z80_serial.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/z80sim/nshconfig b/nuttx/configs/z80sim/nshconfig index b14b09362..63326cb6f 100644 --- a/nuttx/configs/z80sim/nshconfig +++ b/nuttx/configs/z80sim/nshconfig @@ -130,7 +130,7 @@ CONFIG_DISABLE_POSIX_TIMERS=y CONFIG_DISABLE_PTHREAD=y CONFIG_DISABLE_SIGNALS=n CONFIG_DISABLE_MQUEUE=y -CONFIG_DISABLE_MOUNTPOINT=n +CONFIG_DISABLE_MOUNTPOINT=y CONFIG_DISABLE_ENVIRON=y # diff --git a/nuttx/configs/z80sim/src/z80_serial.c b/nuttx/configs/z80sim/src/z80_serial.c index 9a8fa0f89..2dcd56c05 100644 --- a/nuttx/configs/z80sim/src/z80_serial.c +++ b/nuttx/configs/z80sim/src/z80_serial.c @@ -288,7 +288,7 @@ static boolean up_txfifonotfull(struct uart_dev_s *dev) static boolean up_txfifoempty(struct uart_dev_s *dev) { - return FALSE; + return TRUE; } /**************************************************************************** -- cgit v1.2.3