mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
minor enum modif
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user