Fix #99: move spi ISR operations into helper thread. SPI from ISR is bad!

This commit is contained in:
geeksville
2020-04-18 14:22:24 -07:00
parent f9a805e3d4
commit db766f18ed
7 changed files with 61 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ class RadioInterface
/**
* Enqueue a received packet for the registered receiver
*/
void deliverToReceiverISR(MeshPacket *p, BaseType_t *higherPriWoken);
void deliverToReceiver(MeshPacket *p);
public:
/** pool is the pool we will alloc our rx packets from