Merge branch 'master' of https://github.com/jaessy77/pigpio into jaessy77-master

This commit is contained in:
Guy McSwain 2020-03-22 15:43:54 -05:00
commit 720d612193
1 changed files with 1 additions and 1 deletions

View File

@ -4768,7 +4768,7 @@ int spiClose(unsigned handle)
if (spiInfo[handle].state != PI_SPI_OPENED)
SOFT_ERROR(PI_BAD_HANDLE, "bad handle (%d)", handle);
spiInfo[handle].state = PI_I2C_CLOSED;
spiInfo[handle].state = PI_SPI_CLOSED;
if (!spiAnyOpen(spiInfo[handle].flags))
spiTerm(spiInfo[handle].flags); /* terminate on last close */