NuMaker without external SRAM configuration

Revision:
0:763694026416
Child:
1:a3b9047e5ae0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Mar 01 02:56:10 2017 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+// main() runs in its own thread in the OS
+
+int main() {
+    
+    // TO BE EXTENDED
+    return 0;
+}
+