Skip to content

Commit

Permalink
Fix uinitinitalised pin
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Sep 3, 2023
1 parent 008e750 commit f09226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hardware/STM32/Pins_STM32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Pin SPIPins[NumSPIDevices][NumSPIPins]; //GPIO pins for hardware
Pin EspDataReadyPin;
Pin SamTfrReadyPin;
Pin EspResetPin;
Pin EspEnablePin;
Pin EspEnablePin = NoPin;
Pin SamCsPin;
Pin APIN_SerialWiFi_TXD = NoPin;
Pin APIN_SerialWiFi_RXD = NoPin;
Expand Down

0 comments on commit f09226a

Please sign in to comment.