Skip to content

Commit

Permalink
fix typo in backlight code from #14439 (#14442)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Sep 15, 2021
1 parent a78f0e8 commit 26e796f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/backlight/backlight_chibios.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e796f

Please sign in to comment.