Ignore:
Timestamp:
Mar 13, 2012, 5:29:34 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Serial server DPT flag optimization, remove Serial/IDE specific header on drive scan results, added GNU GPL v2 banner at boot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Device/Serial/SerialCommand.asm

    r292 r334  
    5454%include "SerialServer.asm"
    5555
    56 %if SerialCommand_FallThroughToSerialServer_SendReceive <> SerialServer_SendReceive
    57 %error "SerialServer_SendReceive must be the first routine at the top of SerialServer.asm in the Assembly_Library"
     56%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS       
     57    %if SerialCommand_FallThroughToSerialServer_SendReceive <> SerialServer_SendReceive
     58        %error "SerialServer_SendReceive must be the first routine at the top of SerialServer.asm in the Assembly_Library"
     59    %endif
    5860%endif
    5961
     
    163165%include "SerialServerScan.asm"
    164166
    165 %if SerialCommand_FallThroughToSerialServerScan_ScanForServer <> SerialServerScan_ScanForServer
    166 %error "SerialServerScan_ScanForServer must be the first routine at the top of SerialServerScan.asm in the Assembly_Library"
    167 %endif             
     167%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS               
     168    %if SerialCommand_FallThroughToSerialServerScan_ScanForServer <> SerialServerScan_ScanForServer
     169        %error "SerialServerScan_ScanForServer must be the first routine at the top of SerialServerScan.asm in the Assembly_Library"
     170    %endif
     171%endif
    168172
    169173
Note: See TracChangeset for help on using the changeset viewer.