SDFileSystem for STM32F746NG DISCOVERY with 4bit SDMMC interface on fixed pins

Dependencies:   FATFileSystem

Dependents:   DISCO-F746NG_SDFileSystem uzairkhan DISCO-F746NG_Scope_copy

Fork of SDFileSystem by Neil Thiessen

Revision:
27:8d192c180436
Parent:
23:c03ef1abef0e
--- a/SDFileSystem.h	Wed Apr 13 08:51:27 2016 +0000
+++ b/SDFileSystem.h	Sat Apr 16 13:01:50 2016 +0000
@@ -183,6 +183,7 @@
     bool m_WriteValidation;
     int m_Status;
     HAL_SD_CardInfoTypedef m_CardInfo;
+    HAL_SD_TransferStateTypedef m_CardStatus;
     //Internal methods
     void onCardRemoval();
     void checkSocket();