is31fl3733: fix driver sync backwards compatibility defines (#22851)
This commit is contained in:
parent
71257e21e6
commit
e5203f86e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user