increase MaxEther to 64 avoiding "too many ether cards" panic
This commit is contained in:
parent
2d101158e4
commit
4102ba93d6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
enum {
|
||||
MaxEther = 48,
|
||||
MaxEther = 64,
|
||||
Ntypes = 8,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue