]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/cenv/main.cpp
Merge commit '5a0132f1c1c9a14fd2941f0a5e29bbf5e31da20c' into master-core-pull
[tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / tests / benchmarks / cenv / main.cpp
1 #include "mbed.h"
2
3 volatile int x, y, z;
4 int main() {
5 while(1) {
6 z = x * y;
7 }
8 }
Imprint / Impressum