Several examples run on only mbed-os5.13.0 (not 5.14.0)

Dependencies:   BD_SD_DISCO_F769NI BSP_DISCO_F769NI LCD_DISCO_F769NI TS_DISCO_F769NI USBHost_F769NI

Revision:
4:0f4affc00183
Parent:
3:35ac9ee7d2d6
--- a/z_example/2_lcd.cpp	Wed Aug 07 05:39:01 2019 +0000
+++ b/z_example/2_lcd.cpp	Mon Oct 14 08:55:15 2019 +0000
@@ -2,7 +2,7 @@
 //      https://os.mbed.com/teams/ST/code/DISCO-F769NI_LCD_demo/
 //
 // Modified by K.Arai
-//      July 18th, 2019
+//      October   14th, 2019
 //
 
 #include "select_program.h"
@@ -28,6 +28,7 @@
 
     pc.printf("\x1b[2J\x1b[H %s\r\n %s %s (UTC)\r\n",
               __FILE__, __DATE__, __TIME__);
+    printf(" LCD EXAMPLE FOR DISCO-F769NI:\r\n");
     lcd.Clear(LCD_COLOR_WHITE);
     lcd.DisplayStringAt(0,
                         LINE(++line),
@@ -60,7 +61,7 @@
                         LINE(line += 4),
                         (uint8_t *)buf,
                         LEFT_MODE);
-    sprintf(buf, "%s %s", __DATE__, __TIME__);
+    sprintf(buf, "%s %s (UTC)", __DATE__, __TIME__);
     lcd.DisplayStringAt(20,
                         LINE(++line),
                         (uint8_t *)buf,