1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #144 from LudwigOrtmann/transceiver_PAYLOADSIZE_fix

Transceiver payloadsize fix
This commit is contained in:
Oleg Hahm 2013-08-15 06:05:12 -07:00
commit 17a82af3ca

View File

@ -29,7 +29,9 @@
#define TRANSCEIVER_STACK_SIZE (KERNEL_CONF_STACKSIZE_DEFAULT)
#endif
#ifndef PAYLOAD_SIZE
#define PAYLOAD_SIZE (0)
#endif
#ifdef MODULE_CC110X
#if (CC1100_MAX_DATA_LENGTH > PAYLOAD_SIZE)
#undef PAYLOAD_SIZE