mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ private:
|
|||
}
|
||||
|
||||
void smp_wmb() {
|
||||
/*__DMB();*/
|
||||
__DMB();
|
||||
}
|
||||
|
||||
size_t peek_n() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue