EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Revision:
0:b74591d5ab33
diff -r 000000000000 -r b74591d5ab33 features/unsupported/tests/benchmarks/cenv/main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/features/unsupported/tests/benchmarks/cenv/main.cpp	Mon Dec 11 17:54:04 2017 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+
+volatile int x, y, z;
+int main() {
+    while(1) {
+        z = x * y;
+    }
+}