Skip to content

Commit 4e8e7f9

Browse files
1 parent d557609 commit 4e8e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databus/Arduino_ESP32QSPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void Arduino_ESP32QSPI::endWrite()
130130
{
131131
if (_is_shared_interface)
132132
{
133-
spi_device_acquire_bus(_handle, portMAX_DELAY);
133+
spi_device_release_bus(_handle);
134134
}
135135
}
136136

0 commit comments

Comments
 (0)