Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: src/mbed/admw_spi.cpp
- Revision:
- 57:c6275de14bc5
- Parent:
- 48:5731f1aa2c5a
--- a/src/mbed/admw_spi.cpp Mon Feb 24 08:49:25 2020 +0000 +++ b/src/mbed/admw_spi.cpp Fri Mar 06 05:32:12 2020 +0000 @@ -108,7 +108,6 @@ int rc = 0; *(pCtx->_wakeup) = 1; - wait_ms(0.03); *(pCtx->_cs) = 0; @@ -149,7 +148,6 @@ SpiContext_t *pCtx = (SpiContext_t*)hDevice; *(pCtx->_wakeup) = 1; - wait_ms(0.03); *(pCtx->_cs) = 0; rc = pCtx->_spi->write((char*)(pTxData), pTxData ? nLength : 0,