]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/float_math/main.cpp
Cleans up quantum/keymap situation, removes extra lufa folders (#416)
[qmk_firmware.git] / tmk_core / tool / mbed / mbed-sdk / libraries / tests / benchmarks / float_math / main.cpp
diff --git a/tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/float_math/main.cpp b/tmk_core/tool/mbed/mbed-sdk/libraries/tests/benchmarks/float_math/main.cpp
deleted file mode 100644 (file)
index b7f5566..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "mbed.h"
-
-volatile float w, x, y, z;
-int main() {
-    while (1) {
-        z = x * y / w;
-    }
-}