Skip to content

Commit 4d55a2a

Browse files
sabas1080per1234
andauthored
Update src/utility/spi_drv.cpp
Co-Authored-By: per1234 <[email protected]>
1 parent 5105201 commit 4d55a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/spi_drv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void SpiDrv::begin()
9999
pinMode(WIFININA_SLAVERESET, OUTPUT);
100100

101101
if (WIFININA_SLAVEGPIO0 >= 0) {
102-
pinMode(WIFININA_SLAVEGPIO0, OUTPUT);
102+
pinMode(WIFININA_SLAVEGPIO0, OUTPUT);
103103
digitalWrite(WIFININA_SLAVEGPIO0, HIGH);
104104
}
105105

0 commit comments

Comments
 (0)