Added dma.stat_rq variable required by rev 950.

This commit is contained in:
SarahW 2017-12-08 19:13:46 +00:00
commit 50a3aaf1a8

View file

@ -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;