Browse Source

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

pull/14195/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
26e796fb9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/backlight/backlight_chibios.c

+ 1
- 1
quantum/backlight/backlight_chibios.c 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


Loading…
Cancel
Save