mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
driver: vdev_posix, increase PX4_MAX_FD (#7905)
- avoid "exceeded maximum number of file descriptors" when "make posix gazebo_typhoon_h480" - closes #7892
This commit is contained in:
@@ -59,7 +59,7 @@ volatile bool sim_delay = false;
|
||||
|
||||
extern "C" {
|
||||
|
||||
#define PX4_MAX_FD 300
|
||||
#define PX4_MAX_FD 350
|
||||
static device::file_t *filemap[PX4_MAX_FD] = {};
|
||||
|
||||
int px4_errno;
|
||||
|
||||
Reference in New Issue
Block a user