aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-11 21:06:14 +0000
committerGitHub <noreply@github.com>2019-11-11 21:06:14 +0000
commitf48986dda29f9ca4a88d4b4da9ba00dd7864914e (patch)
tree20d9b75e8006b2213c26aca1f88575dba2064ae4 /quantum/rgblight.c
parent543e612003b17d5542102957aa53ea2d5c6727ed (diff)
downloadfirmware-f48986dda29f9ca4a88d4b4da9ba00dd7864914e.tar.gz
firmware-f48986dda29f9ca4a88d4b4da9ba00dd7864914e.tar.bz2
firmware-f48986dda29f9ca4a88d4b4da9ba00dd7864914e.zip
Remove force of debug on within rgblight - causes lockups waiting for hid_listen (#7330)
Diffstat (limited to 'quantum/rgblight.c')
-rw-r--r--quantum/rgblight.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c
index a4cbe513e..80f276139 100644
--- a/quantum/rgblight.c
+++ b/quantum/rgblight.c
@@ -189,7 +189,6 @@ void rgblight_init(void) {
return;
}
- debug_enable = 1; // Debug ON!
dprintf("rgblight_init called.\n");
dprintf("rgblight_init start!\n");
if (!eeconfig_is_enabled()) {