microSD Card control function for DISCO-F469NI based on BD_SD_DISCO_F746NG library by Roy Krikke

Dependencies:   BSP_DISCO_F469NI_modified BD_SD_DISCO_F469NI

Fork of DISCO-F769NI_BD_SD_Card_Control by Kenji Arai

Please refer following my Notebook page.
/users/kenjiArai/notebook/sd-card-control-new/

Revision:
10:b5665028f662
Parent:
9:b819be925e97
Child:
11:a13b9833d5f4
--- a/select_program.h	Fri Dec 27 02:59:09 2019 +0000
+++ b/select_program.h	Sat May 02 03:44:38 2020 +0000
@@ -1,17 +1,17 @@
 /*
  * DISCO-F469NI
  *
- * Copyright (c) 2019 Kenji Arai / JH1PJL
- *  http://www.page.sannet.ne.jp/kenjia/index.html
+ * Copyright (c) 2019,'20 Kenji Arai / JH1PJL
+ *  http://www7b.biglobe.ne.jp/~kenjia/
  *  https://os.mbed.com/users/kenjiArai/
  *      Created:    December   6th, 2019
- *      Revised:    December  27th, 2019
+ *      Revised:    May        2nd, 2020
  */
 
 /*
     You can select several programs.
  */
-#define EXAMPLE_NUMBER     1    // select 1 to 3
+#define EXAMPLE_NUMBER     1    // select 1 to 2
 
 //----------------- You don't need any modification ----------------------------
 #if EXAMPLE_NUMBER == 1
@@ -24,11 +24,6 @@
     #ifdef MAIN_2
         #warning "2_main.cpp"
     #endif
-#elif EXAMPLE_NUMBER == 3
-    #define MAIN_3
-    #ifdef MAIN_3
-        #warning "3_main.cpp"
-    #endif
 #else
     #error " Please set 1 to 3 number for EXAMPLE_NUMBER!!"
 #endif