Skip to content

Commit bfd1a70

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

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
@@ -110,7 +110,7 @@ void SpiDrv::begin()
110110
delay(750);
111111

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

0 commit comments

Comments
 (0)