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/CommSerialPort.pas

    r574 r575  
    1 unit UCommSerialPort;
    2 
    3 {$mode Delphi}{$H+}
     1unit CommSerialPort;
    42
    53interface
    64
    75uses
    8   Classes, USerialPort, UCommPin, SysUtils, DateUtils, SpecializedList,
     6  Classes, SerialPort, CommPin, SysUtils, DateUtils, SpecializedList,
    97  SyncObjs;
    108
     
    3028
    3129implementation
    32 
    3330
    3431{ TCommSerialPort }
Note: See TracChangeset for help on using the changeset viewer.