Skip to content

Commit 5105201

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

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
@@ -100,7 +100,7 @@ void SpiDrv::begin()
100100

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

106106
digitalWrite(WIFININA_SLAVESELECT, HIGH);

0 commit comments

Comments
 (0)