Minor changes to support ADMW FWv1.17.75

Revision:
57:c6275de14bc5
Parent:
48:5731f1aa2c5a
Child:
60:363fffe5bd22
--- 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,