mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 01:21:32 +01:00
minor enum modif
This commit is contained in:
@@ -400,8 +400,8 @@ typedef struct {
|
|||||||
enum ethernetInterface {
|
enum ethernetInterface {
|
||||||
#endif
|
#endif
|
||||||
NONE = 0,
|
NONE = 0,
|
||||||
I3GBE = 1 << 1,
|
I3GBE = 1 << 0,
|
||||||
I10GBE = 1 << 2,
|
I10GBE = 1 << 1,
|
||||||
ALL = I3GBE | I10GBE
|
ALL = I3GBE | I10GBE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user