mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-06 13:27:39 +00:00
Enable DMB instruction at end of FIFO data copy.
Can't hurt to make sure FIFO and buffer state are flushed before returning to caller...
This commit is contained in:
parent
4974774f82
commit
7937ea7327
@ -139,7 +139,7 @@ private:
|
||||
}
|
||||
|
||||
void smp_wmb() {
|
||||
/*__DMB();*/
|
||||
__DMB();
|
||||
}
|
||||
|
||||
size_t peek_n() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user