Skip to content

Commit 89edefe

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

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
@@ -570,7 +570,7 @@ void SpiDrv::sendCmd(uint8_t cmd, uint8_t numParam)
570570

571571
int SpiDrv::available()
572572
{
573-
if (WIFININA_SLAVEGPIO0 >= 0) {
573+
if (WIFININA_SLAVEGPIO0 >= 0) {
574574
return (digitalRead(WIFININA_SLAVEGPIO0) != LOW);
575575
}
576576
return true;

0 commit comments

Comments
 (0)