From 2327e33b3fb751074e08a53bf6b1892b8fcf340e Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 27 Oct 2008 16:39:48 +0000 Subject: Smaller delay still works (probably could be even smaller) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1083 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/src/up_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/mcu123-lpc214x/src/up_spi.c b/nuttx/configs/mcu123-lpc214x/src/up_spi.c index 60ddf43a0..7a1789572 100644 --- a/nuttx/configs/mcu123-lpc214x/src/up_spi.c +++ b/nuttx/configs/mcu123-lpc214x/src/up_spi.c @@ -311,7 +311,7 @@ void spi_sndblock(FAR struct spi_dev_s *dev, FAR const ubyte *buffer, size_t buf else if ((sr & LPC214X_SPI1SR_TFE) == 0) { - up_udelay(200); + up_udelay(100); sr = getreg8(LPC214X_SPI1_SR); } } -- cgit v1.2.3