mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-07 23:17:40 +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() {
|
void smp_wmb() {
|
||||||
/*__DMB();*/
|
__DMB();
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t peek_n() {
|
size_t peek_n() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user