Added dma.stat_rq variable required by rev 950.
This commit is contained in:
parent
a8e72802a1
commit
50a3aaf1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ typedef struct DMA
|
|||
int wp;
|
||||
uint8_t m,mode[4];
|
||||
uint8_t page[4];
|
||||
uint8_t stat;
|
||||
uint8_t stat, stat_rq;
|
||||
uint8_t command;
|
||||
|
||||
int xfr_command, xfr_channel;
|
||||
|
|
|
|||
Loading…
Reference in a new issue