[datalink] maximum MSG_SIZE is 256 (#1969)

This commit is contained in:
Felix Ruess
2016-12-15 00:29:04 +01:00
committed by Gautier Hattenberger
parent a3a5fce5a4
commit 5a9bc29f74
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ uint16_t foo;
bool dl_msg_available;
#define MSG_SIZE 128
#define MSG_SIZE 256
uint8_t dl_buffer[MSG_SIZE] __attribute__((aligned));
#include "generated/settings.h"