diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-01 19:31:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 13:31:43 +1100 |
commit | d05b3da83ebecc52b0b731fee13de4d44a9f6d30 (patch) | |
tree | 6d58ec94a850779b676a4393d7ca6f0afbfb10ce | |
parent | 89e5e4e7ad420332ddd05995154f8eafa4228794 (diff) | |
download | qmk_firmware-d05b3da83ebecc52b0b731fee13de4d44a9f6d30.tar.gz qmk_firmware-d05b3da83ebecc52b0b731fee13de4d44a9f6d30.zip |
[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)
-rw-r--r-- | drivers/led/issi/is31fl3733.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/led/issi/is31fl3733.c b/drivers/led/issi/is31fl3733.c index c64d03513..371010fd8 100644 --- a/drivers/led/issi/is31fl3733.c +++ b/drivers/led/issi/is31fl3733.c | |||
@@ -59,6 +59,8 @@ | |||
59 | 59 | ||
60 | #ifndef ISSI_PWM_FREQUENCY | 60 | #ifndef ISSI_PWM_FREQUENCY |
61 | # define ISSI_PWM_FREQUENCY 0b000 // PFS - IS31FL3733B only | 61 | # define ISSI_PWM_FREQUENCY 0b000 // PFS - IS31FL3733B only |
62 | #endif | ||
63 | |||
62 | #ifndef ISSI_SWPULLUP | 64 | #ifndef ISSI_SWPULLUP |
63 | # define ISSI_SWPULLUP PUR_0R | 65 | # define ISSI_SWPULLUP PUR_0R |
64 | #endif | 66 | #endif |