mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
minor enum modif
This commit is contained in:
parent
e02493d4e4
commit
efe26b2b0d
@ -400,8 +400,8 @@ typedef struct {
|
||||
enum ethernetInterface {
|
||||
#endif
|
||||
NONE = 0,
|
||||
I3GBE = 1 << 1,
|
||||
I10GBE = 1 << 2,
|
||||
I3GBE = 1 << 0,
|
||||
I10GBE = 1 << 1,
|
||||
ALL = I3GBE | I10GBE
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user