Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of libMiMic by
Diff: mbed/utils/PlatformInfo.h
- 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
