for DISCO-F769NI based on BD_SD_DISCO_F746NG library by Roy Krikke

Dependents:   DISCO-F769NI_several_example DISCO-F769NI_BD_SD_Card_Control

Revision:
1:0d436ebd49be
Parent:
0:c0eba637f7c7
--- a/SDBlockDeviceDISCOF769NI.cpp	Sat Apr 07 02:06:27 2018 +0000
+++ b/SDBlockDeviceDISCOF769NI.cpp	Thu Jul 25 19:39:05 2019 +0000
@@ -19,8 +19,8 @@
     https://os.mbed.com/users/roykrikke/code/BD_SD_DISCO_F746NG/
     https://os.mbed.com/users/roykrikke/
 
-    Modified by K.Arai / JH1PJL     April 5th, 2018
-    
+    Modified by K.Arai / JH1PJL     July 22nd, 2019
+
     All of following keywords are changed
     F746NG  -> F769NI
     32746g  -> 32f769i
@@ -29,18 +29,6 @@
 #include "SDBlockDeviceDISCOF769NI.h"
 #include "mbed_debug.h"
 
-/* Required version: 5.5.0 and above */
-#if defined(MBED_MAJOR_VERSION) && MBED_MAJOR_VERSION >= 5
-#if (MBED_VERSION < MBED_ENCODE_VERSION(5,5,0))
-#error "Incompatible mbed-os version detected! Required 5.5.0 and above"
-#endif
-#else
-#warning "mbed-os version 5.5.0 or above required"
-#endif
-
-/* Required version: 5.5.0 and above */
-#warning "Block device class BD_SD_DISCO_F769NI is depending on BSP_DISCO_F769NI libary (Revision 3:145e71 with date 06 Jul 2017)"
-
 #define SD_DBG 0 /*!< 1 - Enable debugging */
 
 /** Enum of standard error codes