Little bit I forgot in my last PR

This commit is contained in:
Jasmine Iwanek
2023-10-05 20:10:20 -04:00
committed by GitHub
parent f98ccab59c
commit 44e7fe5893

View File

@@ -90,8 +90,9 @@ enum {
IRQ_ERROR = 4
};
typedef struct {
int dma, irq;
typedef struct mcd_t {
int dma;
int irq;
int change;
int data;
uint8_t stat;