added AT86RF231 payload size

This commit is contained in:
Alaeddine WESLATI 2013-07-27 10:55:04 +02:00
parent c8d5685b02
commit 3338a12d4e

View File

@ -17,6 +17,11 @@
#else #else
#define PAYLOAD_SIZE (58) #define PAYLOAD_SIZE (58)
#endif #endif
#ifdef MODULE_AT86RF231
#define PAYLOAD_SIZE (118)
#endif
/* The maximum of threads to register */ /* The maximum of threads to register */
#define TRANSCEIVER_MAX_REGISTERED (4) #define TRANSCEIVER_MAX_REGISTERED (4)