Skip to content

Commit

Permalink
Fix coil 6 declaration for STM32F407 SPECTRE board (speeduino#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorBoss authored May 26, 2024
1 parent 3c8726f commit 84e63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speeduino/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ void setPinMapping(byte boardID)
// = PB4; //(DO NOT USE FOR SPEEDUINO) SPI1_MISO FLASH CHIP
// = PB5; //(DO NOT USE FOR SPEEDUINO) SPI1_MOSI FLASH CHIP
// = PB6; //NRF_CE
// = PB7; //NRF_CS
pinCoil6 = PB7; //NRF_CS
// = PB8; //NRF_IRQ
pinCoil2 = PB9; //
// = PB9; //
Expand Down

0 comments on commit 84e63d8

Please sign in to comment.