Browse Source

Fix CONVERT_TO_PROTON_C_RXLED pins (#7007)

pull/7011/head
Joel Challis 4 years ago
committed by GitHub
parent
commit
64c075ed2c
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/config_common.h

+ 1
- 1
quantum/config_common.h View File

@ -175,7 +175,7 @@
// LEDs (only D5/C13 uses an actual LED)
# ifdef CONVERT_TO_PROTON_C_RXLED
# define D5 PAL_LINE(GPIOC, 13)
# define D5 PAL_LINE(GPIOC, 14)
# define B0 PAL_LINE(GPIOC, 13)
# else
# define D5 PAL_LINE(GPIOC, 13)


Loading…
Cancel
Save