Ignore:
Timestamp:
Jun 25, 2024, 11:56:51 AM (3 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names of PinConnection package.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • PinConnection/PinConnection.pas

    r574 r575  
    1 unit UPinConnection;
    2 
    3 {$mode delphi}{$H+}
     1unit PinConnection;
    42
    53interface
     
    1412
    1513uses
    16   UCommMark, UCommSerialPort, UCommTCPServer, UCommTCPClient, UCommFrame,
    17   UPacketBurst, UCommThread, UCommDelay, UCommHub, UCommConcentrator,
    18   UCommTelnet;
     14  CommMark, CommSerialPort, CommTCPServer, CommTCPClient, CommFrame,
     15  PacketBurst, CommThread, CommDelay, CommHub, CommConcentrator,
     16  CommTelnet;
    1917
    2018procedure Register;
Note: See TracChangeset for help on using the changeset viewer.