Skip to content

Commit 9132b97

Browse files
sabas1080per1234
andauthored
Update src/utility/spi_drv.cpp
Co-Authored-By: per1234 <[email protected]>
1 parent 89edefe commit 9132b97

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
@@ -572,7 +572,7 @@ int SpiDrv::available()
572572
{
573573
if (WIFININA_SLAVEGPIO0 >= 0) {
574574
return (digitalRead(WIFININA_SLAVEGPIO0) != LOW);
575-
}
575+
}
576576
return true;
577577
}
578578

0 commit comments

Comments
 (0)