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:
parent
2d4de90a9c
commit
50dd9c3f21
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user