mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-06-02 22:28:20 +00: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.