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

This commit is contained in:
Drashna Jaelre
2021-09-14 19:37:45 -07:00
committed by GitHub
parent a78f0e8a0b
commit 26e796fb9c

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