]> git.gir.st - tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/cenv/main.cpp
Merge commit 'fdc38ef3f92af7adeeb4de49550d8838c8a39b5c'
[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