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.
Dependents: cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more
Diff: features/unsupported/tests/benchmarks/cenv/main.cpp
- 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;
+ }
+}