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