Fix semaphore handling for device on Mac OS

This commit is contained in:
Lorenz Meier
2015-09-16 17:10:24 +02:00
parent 80760cf162
commit 686caf4ca4
4 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ private:
px4_dev_t() {}
};
#define PX4_MAX_DEV 200
#define PX4_MAX_DEV 500
static px4_dev_t *devmap[PX4_MAX_DEV];
/*