forked from Archive/PX4-Autopilot
increase max file descriptors to 100
This commit is contained in:
parent
aef3f37ae0
commit
fb778af8b3
|
@ -64,7 +64,7 @@ private:
|
|||
px4_dev_t() {}
|
||||
};
|
||||
|
||||
#define PX4_MAX_DEV 50
|
||||
#define PX4_MAX_DEV 100
|
||||
static px4_dev_t *devmap[PX4_MAX_DEV];
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue