Jun Furutani / libMiMic

Fork of libMiMic by Ryo Iizuka

Revision:
33:c1c3eef883ee
Parent:
32:0ab91b2e04b4
--- a/mbed/utils/PlatformInfo.h	Sat May 04 16:35:29 2013 +0000
+++ b/mbed/utils/PlatformInfo.h	Sun May 05 02:36:13 2013 +0000
@@ -18,8 +18,8 @@
          */
         static int getPlatformType();
     private:
+        static void check();
         static int _pftype;
-        static PlatformInfo _single;
-        PlatformInfo();
+        PlatformInfo(){};
     };
 }
\ No newline at end of file