Browse Source

[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)

Drashna Jaelre 3 năm trước cách đây
mục cha
commit
d05b3da83e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      drivers/led/issi/is31fl3733.c

+ 2 - 0
drivers/led/issi/is31fl3733.c

@@ -59,6 +59,8 @@
 
 
 #ifndef ISSI_PWM_FREQUENCY
 #ifndef ISSI_PWM_FREQUENCY
 #    define ISSI_PWM_FREQUENCY 0b000  // PFS - IS31FL3733B only
 #    define ISSI_PWM_FREQUENCY 0b000  // PFS - IS31FL3733B only
+#endif
+
 #ifndef ISSI_SWPULLUP
 #ifndef ISSI_SWPULLUP
 #    define ISSI_SWPULLUP PUR_0R
 #    define ISSI_SWPULLUP PUR_0R
 #endif
 #endif