correct pic DATA addr
This commit is contained in:
parent
4120e56f82
commit
6aeafc622b
2
pic.h
2
pic.h
@ -11,7 +11,7 @@
|
|||||||
#define PIC_MASTER_CMD 0x20
|
#define PIC_MASTER_CMD 0x20
|
||||||
#define PIC_SLAVE_CMD 0xa0
|
#define PIC_SLAVE_CMD 0xa0
|
||||||
#define PIC_MASTER_DATA 0x21
|
#define PIC_MASTER_DATA 0x21
|
||||||
#define PIC_SLAVE_DATA 0xa0
|
#define PIC_SLAVE_DATA 0xa1
|
||||||
|
|
||||||
void initPic(void);
|
void initPic(void);
|
||||||
void enableIrq(int irq);
|
void enableIrq(int irq);
|
||||||
|
Loading…
Reference in New Issue
Block a user