Skip to content

Commit 64ef8f2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/spi_drv.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void SpiDrv::begin()
111111

112112
if (WIFININA_SLAVEGPIO0 >= 0) {
113113
digitalWrite(WIFININA_SLAVEGPIO0, LOW);
114-
pinMode(WIFININA_SLAVEGPIO0, INPUT);
114+
pinMode(WIFININA_SLAVEGPIO0, INPUT);
115115
}
116116

117117
#ifdef _DEBUG_

0 commit comments

Comments
 (0)