Skip to content

Commit

Permalink
Merge pull request contiki-os#2043 from e120guru/master
Browse files Browse the repository at this point in the history
Fixed rime-tsch sync problem in Cooja
  • Loading branch information
simonduq authored Jan 11, 2017
2 parents fe210b0 + 22d10ba commit bb4f2e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/rime-tsch/project-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,9 @@
#undef TSCH_LOG_CONF_ID_FROM_LINKADDR
#define TSCH_LOG_CONF_ID_FROM_LINKADDR(addr) ((addr) ? (addr)->u8[LINKADDR_SIZE - 2] : 0)

#if CONTIKI_TARGET_COOJA
#define COOJA_CONF_SIMULATE_TURNAROUND 0
#endif /* CONTIKI_TARGET_COOJA */


#endif /* __PROJECT_CONF_H__ */

0 comments on commit bb4f2e5

Please sign in to comment.