Modification into 17th July New display demo code

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Ext_Demo_17July2017_newdis by SenseSemi

Revision:
15:208b146151ba
Parent:
13:5d3b478ea9c7
Child:
20:7c64e6ecad76
--- a/display_modules.cpp	Thu Jun 01 09:24:45 2017 +0000
+++ b/display_modules.cpp	Mon Jun 05 09:14:44 2017 +0000
@@ -401,7 +401,7 @@
      }
    
   
-  void glc_4(unsigned int mgdl)   // GLC screen to display blood glucose level on the LCD
+  void glc_4(uint16_t mgdl)   // GLC screen to display blood glucose level on the LCD
    { 
       char buf[10];
      sprintf (buf, " BG %d mg/dl",mgdl);