Skip to content

Commit

Permalink
Fix GTR NeoPixel pin with FYSETC Mini12864 (#20203)
Browse files Browse the repository at this point in the history
  • Loading branch information
onfoot authored Nov 19, 2020
1 parent c059ea0 commit 4c5a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
#define RGB_LED_B_PIN PG5
#endif
#elif ENABLED(FYSETC_MINI_12864_2_1)
#define NEOPIXEL_PIN PF13
#define NEOPIXEL_PIN PG7
#endif
#endif // !FYSETC_MINI_12864

Expand Down

0 comments on commit 4c5a58a

Please sign in to comment.