diff --git a/sys/include/transceiver.h b/sys/include/transceiver.h index fb7cc5c4e3..ce23057967 100644 --- a/sys/include/transceiver.h +++ b/sys/include/transceiver.h @@ -17,6 +17,11 @@ #else #define PAYLOAD_SIZE (58) #endif + +#ifdef MODULE_AT86RF231 +#define PAYLOAD_SIZE (118) +#endif + /* The maximum of threads to register */ #define TRANSCEIVER_MAX_REGISTERED (4)