Ticket #37590: patch-src-common-port-port.h.diff
File patch-src-common-port-port.h.diff, 308 bytes (added by alexgrach, 12 years ago) |
---|
-
src/common/port/port.h
old new 19 19 }; 20 20 21 21 BEGIN_DECLARE_ENUM(PortType) 22 Serial = 0, Parallel, USB , HID22 Serial = 0, Parallel, USB 23 23 END_DECLARE_ENUM(PortType, PortTypeData) 24 24 25 25 namespace Port