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.
Diff: Script.cpp
- Revision:
- 2:f0b75885747c
- Parent:
- 0:aae260bdcdd9
- Child:
- 3:f56c36ea8266
diff -r d793f113cfc0 -r f0b75885747c Script.cpp
--- a/Script.cpp Sat Jan 11 20:23:40 2014 +0000
+++ b/Script.cpp Sat Jan 11 22:10:19 2014 +0000
@@ -41,9 +41,6 @@
#include <assert.h>
#include <stdio.h>
-#include "mbed.h"
-
-
//const char *code = "var a = 5; if (a==5) a=4; else a=3;";
//const char *code = "{ var a = 4; var b = 1; while (a>0) { b = b * 2; a = a - 1; } var c = 5; }";
//const char *code = "{ var b = 1; for (var i=0;i<4;i=i+1) b = b * 2; }";