浏览代码

Removed errant +

Scott Wilson 9 年之前
父节点
当前提交
b8e74c378b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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