diff options
author | Ryan <fauxpark@gmail.com> | 2024-01-07 17:46:12 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 17:46:12 +1100 |
commit | e5203f86e28a45c5f086b619537ec1f89e6bf582 (patch) | |
tree | 402b7b08784b1f3ec046df2003a4fbee1ec94894 /drivers/led | |
parent | 71257e21e68d350c1c789a79440be8266be19788 (diff) |
is31fl3733: fix driver sync backwards compatibility defines (#22851)
Diffstat (limited to 'drivers/led')
-rw-r--r-- | drivers/led/issi/is31fl3733.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/led/issi/is31fl3733.h b/drivers/led/issi/is31fl3733.h index 907b9669c6..a90325a6e9 100644 --- a/drivers/led/issi/is31fl3733.h +++ b/drivers/led/issi/is31fl3733.h @@ -40,13 +40,13 @@ #ifdef DRIVER_SYNC_1 # define IS31FL3733_SYNC_1 DRIVER_SYNC_1 #endif -#ifdef DRIVER_ADDR_2 +#ifdef DRIVER_SYNC_2 # define IS31FL3733_SYNC_2 DRIVER_SYNC_2 #endif -#ifdef DRIVER_ADDR_3 +#ifdef DRIVER_SYNC_3 # define IS31FL3733_SYNC_3 DRIVER_SYNC_3 #endif -#ifdef DRIVER_ADDR_4 +#ifdef DRIVER_SYNC_4 # define IS31FL3733_SYNC_4 DRIVER_SYNC_4 #endif #ifdef ISSI_TIMEOUT |