mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
minor enum modif
This commit is contained in:
parent
e02493d4e4
commit
efe26b2b0d
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user