microbit: Updated default evernt queue depth to match test cases

This commit is contained in:
Joe Finney 2015-11-01 18:23:54 +00:00
parent 194f19a428
commit e68e47512a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
// Used to prevent message queues growing uncontrollably due to badly behaved user code and causing panic conditions.
//
#ifndef MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH
#define MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH 20
#define MESSAGE_BUS_LISTENER_MAX_QUEUE_DEPTH 10
#endif
//
// Core micro:bit services