Changeset 488 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc
- Timestamp:
- Dec 11, 2012, 3:36:21 PM (12 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/CustomDPT.inc
r480 r488 132 132 ; On performance critical situations we compare DPT_ATA.bDevice without checking FLGH_DPT_SERIAL_DEVICE 133 133 ; first! DPT_ATA.bDevice uses small values so there will be no problems. 134 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 134 135 %if DPT_SERIAL.bSerialPort <> DPT_ATA.bDevice 135 136 %error "DPT_ATA.bDevice and DPT_SERIAL.bSerialPort must be in same offsets!" 137 %endif 136 138 %endif 137 139 %endif
Note:
See TracChangeset
for help on using the changeset viewer.