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/rgblight.c | |
| parent | 748181dccddb8c9fa52a776f4fcd904ddca9aa31 (diff) | |
| download | qmk_firmware-b8e74c378b1f118178edf0634d9fa7f0f9dd5e08.tar.gz qmk_firmware-b8e74c378b1f118178edf0634d9fa7f0f9dd5e08.zip | |
Removed errant +
Diffstat (limited to 'quantum/rgblight.c')
| -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 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) { | |||
| 370 | rgblight_set(); | 370 | rgblight_set(); |
| 371 | } | 371 | } |
| 372 | 372 | ||
| 373 | +__attribute__ ((weak)) | 373 | __attribute__ ((weak)) |
| 374 | void rgblight_set(void) { | 374 | void rgblight_set(void) { |
| 375 | if (rgblight_config.enable) { | 375 | if (rgblight_config.enable) { |
| 376 | #ifdef RGBW | 376 | #ifdef RGBW |
