added AT86RF231 payload size
This commit is contained in:
parent
c8d5685b02
commit
3338a12d4e
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user