mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Replaced tabs leftover in previous commit
This commit is contained in:
parent
1c1bbf31c1
commit
d31ba8dfdc
@ -107,7 +107,7 @@ static int we_are_receiving_burst = 0;
|
||||
/* INTER_PACKET_DEADLINE is the maximum time a receiver waits for the
|
||||
next packet of a burst when FRAME_PENDING is set. */
|
||||
#ifdef CONTIKIMAC_CONF_INTER_PACKET_DEADLINE
|
||||
#define INTER_PACKET_DEADLINE CONTIKIMAC_CONF_INTER_PACKET_DEADLINE
|
||||
#define INTER_PACKET_DEADLINE CONTIKIMAC_CONF_INTER_PACKET_DEADLINE
|
||||
#else
|
||||
#define INTER_PACKET_DEADLINE CLOCK_SECOND / 32
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user