From d05b3da83ebecc52b0b731fee13de4d44a9f6d30 Mon Sep 17 00:00:00 2001
From: Drashna Jaelre <drashna@live.com>
Date: Mon, 1 Nov 2021 19:31:43 -0700
Subject: [PATCH] [Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)

---
 drivers/led/issi/is31fl3733.c | 2 ++
 1 file changed, 2 insertions(+)

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