From: Scott Wilson Date: Thu, 29 Dec 2016 14:32:02 +0000 (-0500) Subject: Removed errant + X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b8e74c378b1f118178edf0634d9fa7f0f9dd5e08;p=qmk_firmware.git Removed errant + --- diff --git a/quantum/rgblight.c b/quantum/rgblight.c index 0f7a1d828..52a09817a 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