Added dummy serial FCR register.

This commit is contained in:
SarahW 2017-04-06 21:58:15 +01:00
commit 2ad4ebc253
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ typedef struct
uint8_t dat;
uint8_t int_status;
uint8_t scratch;
uint8_t fcr;
int irq;