Skip to content

Commit 662d3c0

Browse files
unixwizard107bscottm
authored andcommitted
Update isbc208.c
Comment out macro that is not being used and is conflicting with a global macro - causing build to fail
1 parent 7f500ed commit 662d3c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Intel-Systems/common/isbc208.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
#define CM 0x40 /* Control mark */
439439
#define DD 0x20 /* Data error in data field */
440440
#define WC 0x10 /* Wrong cylinder */
441-
#define BC 0x02 /* Bad cylinder */
441+
//#define BC 0x02 /* Bad cylinder */
442442
#define MD 0x01 /* Missing address mark in data field */
443443

444444
/* status register 3/fddst definitions */
@@ -1515,4 +1515,4 @@ uint8 isbc208_r15(t_bool io, uint8 data, uint8 devnum)
15151515
}
15161516
}
15171517

1518-
/* end of isbc208.c */
1518+
/* end of isbc208.c */

0 commit comments

Comments
 (0)