Ticket #37590: patch-src-common-port-port.h.diff

File patch-src-common-port-port.h.diff, 308 bytes (added by alexgrach, 11 years ago)
  • src/common/port/port.h

    old new  
    1919};
    2020
    2121BEGIN_DECLARE_ENUM(PortType)
    22   Serial = 0, Parallel, USB, HID
     22  Serial = 0, Parallel, USB
    2323END_DECLARE_ENUM(PortType, PortTypeData)
    2424
    2525namespace Port