]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/action_tapping.c
Chibios/usb_main: rename a variable for clarity.
[max/tmk_keyboard.git] / tmk_core / common / action_tapping.c
index 826c2330966a00050565b1358e6ee43f0baa0814..487c62f12e30a892c88514c689252511b7180a6e 100644 (file)
@@ -257,7 +257,7 @@ bool process_tapping(keyrecord_t *keyp)
                     return true;
                 }
             } else {
-                if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n");
+                if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {};
                 process_action(keyp);
                 return true;
             }