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 a4cbe513e..80f276139 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c | |||
@@ -189,7 +189,6 @@ void rgblight_init(void) { | |||
189 | return; | 189 | return; |
190 | } | 190 | } |
191 | 191 | ||
192 | debug_enable = 1; // Debug ON! | ||
193 | dprintf("rgblight_init called.\n"); | 192 | dprintf("rgblight_init called.\n"); |
194 | dprintf("rgblight_init start!\n"); | 193 | dprintf("rgblight_init start!\n"); |
195 | if (!eeconfig_is_enabled()) { | 194 | if (!eeconfig_is_enabled()) { |