diff options
author | Joel Challis <git@zvecr.com> | 2019-11-11 21:06:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 21:06:14 +0000 |
commit | f48986dda29f9ca4a88d4b4da9ba00dd7864914e (patch) | |
tree | 20d9b75e8006b2213c26aca1f88575dba2064ae4 | |
parent | 543e612003b17d5542102957aa53ea2d5c6727ed (diff) | |
download | qmk_firmware-f48986dda29f9ca4a88d4b4da9ba00dd7864914e.tar.gz qmk_firmware-f48986dda29f9ca4a88d4b4da9ba00dd7864914e.zip |
Remove force of debug on within rgblight - causes lockups waiting for hid_listen (#7330)
-rw-r--r-- | quantum/rgblight.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index a4cbe513e1..80f276139c 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()) { |