Skip to content

Commit 6528025

Browse files
authored
Update packet timeout to account for slow links like UART (#156)
1 parent c15e6b1 commit 6528025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bcmp/packet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <string.h>
1010

1111
#define default_message_timeout_ms 24
12-
#define message_timer_expiry_period_ms 12
12+
#define message_timer_expiry_period_ms 150
1313

1414
/* This is to maintain backwards compatibility with older versions of
1515
* bm_core < v0.13.0, TODO: remove once resource based routing is

0 commit comments

Comments
 (0)