increase max file descriptors to 100

This commit is contained in:
tumbili
2015-05-31 18:31:22 +02:00
committed by Mark Charlebois
parent aef3f37ae0
commit fb778af8b3
+1 -1
View File
@@ -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];
/*