Skip to content
Snippets Groups Projects
Unverified Commit 85214f2d authored by George Oikonomou's avatar George Oikonomou Committed by GitHub
Browse files

Merge branch 'develop' into contrib/tsch-log-test

parents d45ee858 0f5913ec
Branches
Tags
No related merge requests found
......@@ -158,7 +158,7 @@ extern uint8_t tsch_current_channel;
extern uint8_t tsch_hopping_sequence[TSCH_HOPPING_SEQUENCE_MAX_LEN];
extern struct tsch_asn_divisor_t tsch_hopping_sequence_length;
/* TSCH timeslot timing (in micro-second) */
uint16_t tsch_timing_us[tsch_ts_elements_count];
extern uint16_t tsch_timing_us[tsch_ts_elements_count];
/* TSCH timeslot timing (in rtimer ticks) */
extern rtimer_clock_t tsch_timing[tsch_ts_elements_count];
/* Statistics on the current session */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment