Browse Source

Removed errant +

Scott Wilson 9 năm trước cách đây
mục cha
commit
b8e74c378b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      quantum/rgblight.c

+ 1 - 1
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