[Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)

master
Drashna Jaelre 2021-11-01 19:31:43 -07:00 committed by GitHub
parent 89e5e4e7ad
commit d05b3da83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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