uORB: bump ORB_MULTI_MAX_INSTANCES to 4 because this is needed for an extended unit-test

This commit is contained in:
Ban Siesta 2015-06-13 10:23:55 +01:00 committed by Lorenz Meier
parent 8be1b4f19c
commit 99a442b80e
1 changed files with 1 additions and 1 deletions

View File

@ -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.