Fixed: Crash on real hardware due to wrong direction setting in DMA transfer :3

This commit is contained in:
rnlf
2017-01-24 22:17:21 +01:00
parent 28f78fb9c1
commit 3d3eed26ab
2 changed files with 37 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
// DMA
#define DMA_DIRECTION_READ_FROM_MEMORY 0x04
#define DMA_DIRECTION_READ_FROM_MEMORY 0x08
#define DMA_TRANSFER_MODE_BLOCK 0x80