fix typo in backlight code from #14439 (#14442)

master
Drashna Jaelre 2021-09-14 19:37:45 -07:00 committed by GitHub
parent a78f0e8a0b
commit 26e796fb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# define BACKLIGHT_LIMIT_VAL 255
#endif
#ifndef SPI_MISO_PAL_MODE
#ifndef BACKLIGHT_PAL_MODE
# if defined(USE_GPIOV1)
# define BACKLIGHT_PAL_MODE PAL_MODE_ALTERNATE_PUSHPULL
# else