]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tests/test_common/test_fixture.hpp
fix the clueboard layout json
[qmk_firmware.git] / tests / test_common / test_fixture.hpp
index 4146b682b1411ab1bcd5c090f47f16f4569fd344..fb37e440fc1fb327097bb49acd1da93dce4ab19e 100644 (file)
@@ -26,5 +26,5 @@ public:
     static void TearDownTestCase();
 
     void run_one_scan_loop();
-    void idle_for(uint ms);
+    void idle_for(unsigned ms);
 };
\ No newline at end of file