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

    r574 r575  
    1 unit USerialPort;
    2 
    3 {$mode Delphi}{$H+}
     1unit SerialPort;
    42
    53interface
     
    75uses
    86  {$IFDEF Windows}Windows, {$ENDIF}Registry,
    9   Classes, SysUtils, SynaSer, Dialogs, UCommon, UThreading, Syncobjs,
     7  Classes, SysUtils, SynaSer, Dialogs, Common, Threading, Syncobjs,
    108  DateUtils, FileUtil, SpecializedList;
    119
     
    9290  INVALID_HANDLE_VALUE = DWORD(-1);
    9391
     92
    9493implementation
    9594
Note: See TracChangeset for help on using the changeset viewer.