]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tests/test_common/test_fixture.h
Add basic timing support, and SFT_T tests
[qmk_firmware.git] / tests / test_common / test_fixture.h
index a775a425aaf5d6c01af37b03e3ade853f3a7837d..4146b682b1411ab1bcd5c090f47f16f4569fd344 100644 (file)
@@ -25,4 +25,6 @@ public:
     static void SetUpTestCase();
     static void TearDownTestCase();
 
+    void run_one_scan_loop();
+    void idle_for(uint ms);
 };
\ No newline at end of file