This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
68:f7def7eb5504
Parent:
12:efe841863fc8
--- a/core/NyLPC_cStr.c	Wed Oct 23 04:49:08 2013 +0000
+++ b/core/NyLPC_cStr.c	Thu May 22 12:59:50 2014 +0000
@@ -50,7 +50,7 @@
 {
     NyLPC_TChar* p;
     for(p=NyLPC_cStr_str(i_inst);*p!=0;p++){
-        *p=(NyLPC_TChar)toupper(*p);
+        *p=(NyLPC_TChar)toupper((int)*p);
     }
     return;
 }