added missing CS unlock

This commit is contained in:
Robin Müller 2023-02-12 20:06:32 +01:00
parent d302ba7185
commit 7fae6cbd6d
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ ReturnValue_t SpiComIF::performRegularSendOperation(SpiCookie* spiCookie, const
sif::printWarning("SpiComIF::sendMessage: Pulling low CS pin failed");
#endif
#endif
csMutex->unlockMutex();
return result;
}
} else {