]> git.gir.st - tmk_keyboard.git/blob - tool/mbed/mbed-sdk/libraries/tests/benchmarks/cenv/main.cpp
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
[tmk_keyboard.git] / 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