mirror of
https://github.com/RfidResearchGroup/mayhem-firmware.git
synced 2026-05-12 11:27:21 -07:00
Move FIFO and write size to CaptureConfig structure.
Now configured from baseband, where write size and appropriate FIFO size is known.
This commit is contained in:
@@ -21,4 +21,5 @@
|
||||
|
||||
#include "capture_thread.hpp"
|
||||
|
||||
FIFO<uint8_t>* StreamOutput::fifo = nullptr;
|
||||
Thread* CaptureThread::thread = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user