Fix race condition on multiple interfaces receiving at once

This commit is contained in:
jacob.eva 2024-09-04 17:37:09 +01:00
parent 6035e1a2c2
commit 81aff16c2d
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
4 changed files with 36 additions and 41 deletions

View file

@ -11,6 +11,7 @@
#include <SPI.h>
#include "Interfaces.h"
#include "Boards.h"
#include "src/misc/FIFOBuffer.h"
#define MAX_PKT_LENGTH 255