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: ADMX2001.cpp
- Revision:
 - 6:7d8f30b3bc57
 - Parent:
 - 5:b9608e6cc24b
 - Child:
 - 9:f286301109fb
 
diff -r b9608e6cc24b -r 7d8f30b3bc57 ADMX2001.cpp
--- a/ADMX2001.cpp	Thu Oct 07 09:36:40 2021 +0000
+++ b/ADMX2001.cpp	Wed Oct 27 06:46:56 2021 +0000
@@ -221,7 +221,7 @@
         status = Admx200xWaitForStatus(pDevice, SPI_TIMEOUT,
                                        ADMX200X_STATUS_DONE_BITM, pStatReg);
 
-        // printf("Stat Reg: %08x\n\r", *pStatReg);
+        //printf("Stat Reg: %08x\n\r", *pStatReg);
         if (status == ADMX_STATUS_SUCCESS)
         {
             status = *pStatReg & ADMX200X_STATUS_CODE_BITM;