Skip to content

Commit

Permalink
Update src/utility/spi_drv.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: per1234 <accounts@perglass.com>
  • Loading branch information
sabas1080 and per1234 authored Jun 4, 2019
1 parent dec2c0d commit 64ef8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/spi_drv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void SpiDrv::begin()

if (WIFININA_SLAVEGPIO0 >= 0) {
digitalWrite(WIFININA_SLAVEGPIO0, LOW);
pinMode(WIFININA_SLAVEGPIO0, INPUT);
pinMode(WIFININA_SLAVEGPIO0, INPUT);
}

#ifdef _DEBUG_
Expand Down

0 comments on commit 64ef8f2

Please sign in to comment.