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 /drivers | |
parent | 89e5e4e7ad420332ddd05995154f8eafa4228794 (diff) |
[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)
Diffstat (limited to 'drivers')
-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 c64d035135..371010fd81 100644 --- a/drivers/led/issi/is31fl3733.c +++ b/drivers/led/issi/is31fl3733.c @@ -59,6 +59,8 @@ #ifndef ISSI_PWM_FREQUENCY # define ISSI_PWM_FREQUENCY 0b000 // PFS - IS31FL3733B only +#endif + #ifndef ISSI_SWPULLUP # define ISSI_SWPULLUP PUR_0R #endif |