mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[datalink] maximum MSG_SIZE is 256 (#1969)
This commit is contained in:
committed by
Gautier Hattenberger
parent
a3a5fce5a4
commit
5a9bc29f74
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user