mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-03-13 18:36:27 -04:00

This addresses issue #61, occasional FIFO/data corruption. With the mutex, any thread on one core can write to the FIFO. But still, only one thread on one core should read from the FIFO.