Skip to content

Commit

Permalink
Merge df5d287 into 024d1b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Jashnani committed Apr 27, 2018
2 parents 024d1b8 + df5d287 commit dbdd2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixnet/_cconsts.py
Expand Up @@ -787,7 +787,7 @@
NX_DEV_FORM_PXI = 0
NX_DEV_FORM_PCI = 1
NX_DEV_FORM_C_SERIES = 2
NX_DEV_FORM_PX_IE = 3
NX_DEV_FORM_PXIE = 3
NX_DEV_FORM_USB = 4

NX_CAN_TERM_CAP_NO = 0
Expand Down
2 changes: 1 addition & 1 deletion nixnet/_enums.py
Expand Up @@ -1678,7 +1678,7 @@ class DevForm(enum.Enum):
PXI = _cconsts.NX_DEV_FORM_PXI
PCI = _cconsts.NX_DEV_FORM_PCI
C_SERIES = _cconsts.NX_DEV_FORM_C_SERIES
PX_IE = _cconsts.NX_DEV_FORM_PX_IE
PXIE = _cconsts.NX_DEV_FORM_PXIE
USB = _cconsts.NX_DEV_FORM_USB


Expand Down

0 comments on commit dbdd2bb

Please sign in to comment.