forked from test34/can_wizard
increate timeout
This commit is contained in:
parent
ce16a87a06
commit
d369c704db
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ int vxprintf(const char *fmt, va_list args) {
|
|||
char msg_to_send[300];
|
||||
size_t str_len;
|
||||
str_len = vsnprintf(msg_to_send, 299, fmt, args);
|
||||
xRingbufferSend(can_messages, msg_to_send, str_len + 1, pdMS_TO_TICKS(100));
|
||||
xRingbufferSend(can_messages, msg_to_send, str_len + 1, pdMS_TO_TICKS(200));
|
||||
return str_len;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue