Commit 76980ba4 authored by Adam Wujek's avatar Adam Wujek 💬

lib/netconsole: support up to 80 chars of RX command

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 9f74aa75
......@@ -15,7 +15,7 @@
#include "shell.h"
#include "netconsole.h"
static uint8_t __netconsole_queue[128];
static uint8_t __netconsole_queue[152];
static struct wrpc_socket __static_netconsole_socket = {
.queue.buff = __netconsole_queue,
.queue.size = sizeof(__netconsole_queue),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment