summaryrefslogtreecommitdiff
path: root/drivers/led/issi/is31fl3733-simple.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-09-14 17:02:40 +1000
committerGitHub <noreply@github.com>2023-09-14 08:02:40 +0100
commit76daf29ef0820438902eb64027c403cc3e37b892 (patch)
tree3b67a3c9ba6632c84958f30f49678fc87eeaa070 /drivers/led/issi/is31fl3733-simple.c
parentf9ed1e3ebc66b568a20848ae0f07052fbef5e4a8 (diff)
Add and use PWM frequency defines for ISSI LED drivers (#22009)
Diffstat (limited to 'drivers/led/issi/is31fl3733-simple.c')
-rw-r--r--drivers/led/issi/is31fl3733-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/led/issi/is31fl3733-simple.c b/drivers/led/issi/is31fl3733-simple.c
index fde492509f..c52e1ff9f1 100644
--- a/drivers/led/issi/is31fl3733-simple.c
+++ b/drivers/led/issi/is31fl3733-simple.c
@@ -60,7 +60,7 @@
#endif
#ifndef IS31FL3733_PWM_FREQUENCY
-# define IS31FL3733_PWM_FREQUENCY 0b000 // PFS - IS31FL3733B only
+# define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_8K4_HZ // PFS - IS31FL3733B only
#endif
#ifndef IS31FL3733_SWPULLUP