1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

undefined payload before setting for native

This commit is contained in:
Oleg Hahm 2013-08-15 19:39:39 +02:00
parent 2d4de90a9c
commit 50dd9c3f21

View File

@ -73,6 +73,7 @@
#endif
#ifdef MODULE_NATIVENET
#if (NATIVE_MAX_DATA_LENGTH > PAYLOAD_SIZE)
#undef PAYLOAD_SIZE
#define PAYLOAD_SIZE (NATIVE_MAX_DATA_LENGTH)
#endif
#endif