Commit 3cef7bab authored by Benjamin Vedder's avatar Benjamin Vedder

Decreased buffer size to save RAM

parent 79dcac66
......@@ -28,7 +28,7 @@
#include <string.h>
// Private variables
static unsigned char send_buffer[1024];
static unsigned char send_buffer[512];
static int32_t can_fwd_vesc = -1;
// Private variables for received data
......
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