forked from Archive/PX4-Autopilot
uORB: bump ORB_MULTI_MAX_INSTANCES to 4 because this is needed for an extended unit-test
This commit is contained in:
parent
8be1b4f19c
commit
99a442b80e
|
@ -59,7 +59,7 @@ typedef const struct orb_metadata *orb_id_t;
|
|||
/**
|
||||
* Maximum number of multi topic instances
|
||||
*/
|
||||
#define ORB_MULTI_MAX_INSTANCES 3
|
||||
#define ORB_MULTI_MAX_INSTANCES 4
|
||||
|
||||
/**
|
||||
* Topic priority.
|
||||
|
|
Loading…
Reference in New Issue