diff options
author | Scott Wilson <scott.t.wilson@gmail.com> | 2016-12-29 09:32:02 -0500 |
---|---|---|
committer | Scott Wilson <scott.t.wilson@gmail.com> | 2016-12-29 09:32:02 -0500 |
commit | b8e74c378b1f118178edf0634d9fa7f0f9dd5e08 (patch) | |
tree | f0549edb8a934b44d210ab5124cb11b3cb7a52a7 /quantum | |
parent | 748181dccddb8c9fa52a776f4fcd904ddca9aa31 (diff) | |
download | qmk_firmware-b8e74c378b1f118178edf0634d9fa7f0f9dd5e08.tar.gz qmk_firmware-b8e74c378b1f118178edf0634d9fa7f0f9dd5e08.zip |
Removed errant +
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/rgblight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 0f7a1d8280..52a09817a1 100644 --- a/quantum/rgblight.c +++ b/quantum/rgblight.c @@ -370,7 +370,7 @@ void rgblight_setrgb(uint8_t r, uint8_t g, uint8_t b) { rgblight_set(); } -+__attribute__ ((weak)) +__attribute__ ((weak)) void rgblight_set(void) { if (rgblight_config.enable) { #ifdef RGBW |