Skip to content

Commit d166c89

Browse files
author
Jarkko Paso
authored
MPL: buffered max limit increased to 8k (ARMmbed#2482)
1 parent 0f6666a commit d166c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MPL/mpl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define MPL_SEED_64_BIT 2
4949
#define MPL_SEED_128_BIT 3
5050

51-
#define MAX_BUFFERED_MESSAGES_SIZE 2048
51+
#define MAX_BUFFERED_MESSAGES_SIZE 8192
5252
#define MAX_BUFFERED_MESSAGE_LIFETIME 600 // 1/10 s ticks
5353

5454
static bool mpl_timer_running;

0 commit comments

Comments
 (0)