Remove the previous kludge and #define BUS_ACK to 0x100 so it's different from BUS_ATN.
This commit is contained in:
@@ -308,8 +308,7 @@
|
||||
#define BUS_REQ 0x20
|
||||
#define BUS_BSY 0x40
|
||||
#define BUS_RST 0x80
|
||||
#define BUS_ACK 0x200
|
||||
/* TODO: Why is this defined to the same value as BUS_ACK?! */
|
||||
#define BUS_ACK 0x100
|
||||
#define BUS_ATN 0x200
|
||||
#define BUS_ARB 0x8000
|
||||
#define BUS_SETDATA(val) ((uint32_t) val << 16)
|
||||
|
||||
Reference in New Issue
Block a user