jn516x: remove temporary adjustements for compilation in a 802.15.4e-free Contiki

This commit is contained in:
Simon Duquennoy 2015-12-04 10:15:22 +01:00
parent d79ce957a1
commit cc58384b40
8 changed files with 14 additions and 292 deletions

View file

@ -808,9 +808,8 @@ PT_THREAD(tsch_rx_slot(struct pt *pt, struct rtimer *t))
} else {
TSCH_LOG_ADD(tsch_log_message,
snprintf(log->message, sizeof(log->message),
"!not for us %x:%x:%x:%x",
destination_address.u8[4], destination_address.u8[5],
destination_address.u8[6], destination_address.u8[7]);
"!not for us %x:%x",
destination_address.u8[LINKADDR_SIZE - 2], destination_address.u8[LINKADDR_SIZE - 1]);
);
}