mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user