mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 12:44:40 +00:00
fix spiLock in RadioLibInterface
This commit is contained in:
parent
f431280dab
commit
c8f059918b
@ -19,9 +19,9 @@ void LockingArduinoHal::spiBeginTransaction()
|
||||
|
||||
void LockingArduinoHal::spiEndTransaction()
|
||||
{
|
||||
spiLock->unlock();
|
||||
|
||||
ArduinoHal::spiEndTransaction();
|
||||
|
||||
spiLock->unlock();
|
||||
}
|
||||
#if ARCH_PORTDUINO
|
||||
void LockingArduinoHal::spiTransfer(uint8_t *out, size_t len, uint8_t *in)
|
||||
|
Loading…
Reference in New Issue
Block a user