mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 06:36:11 -04:00
Fix race condition on multiple interfaces receiving at once
This commit is contained in:
parent
6035e1a2c2
commit
81aff16c2d
4 changed files with 36 additions and 41 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <SPI.h>
|
||||
#include "Interfaces.h"
|
||||
#include "Boards.h"
|
||||
#include "src/misc/FIFOBuffer.h"
|
||||
|
||||
#define MAX_PKT_LENGTH 255
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue