Skip to content

Commit

Permalink
Removed errant +
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-t-wilson committed Dec 29, 2016
1 parent 748181d commit b8e74c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/rgblight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8e74c3

Please sign in to comment.