mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
Merge pull request #2233 from mcharleb/posix-fix
POSIX: Increased number of devmap entries
This commit is contained in:
@@ -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];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user