Skip to content
Snippets Groups Projects
Commit 7ab140c5 authored by Simon Duquennoy's avatar Simon Duquennoy
Browse files

Added missing 'extern' qualifier to tsch_timing_us

parent 5d437416
Branches
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ extern uint8_t tsch_current_channel; ...@@ -158,7 +158,7 @@ extern uint8_t tsch_current_channel;
extern uint8_t tsch_hopping_sequence[TSCH_HOPPING_SEQUENCE_MAX_LEN]; extern uint8_t tsch_hopping_sequence[TSCH_HOPPING_SEQUENCE_MAX_LEN];
extern struct tsch_asn_divisor_t tsch_hopping_sequence_length; extern struct tsch_asn_divisor_t tsch_hopping_sequence_length;
/* TSCH timeslot timing (in micro-second) */ /* 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) */ /* TSCH timeslot timing (in rtimer ticks) */
extern rtimer_clock_t tsch_timing[tsch_ts_elements_count]; extern rtimer_clock_t tsch_timing[tsch_ts_elements_count];
/* Statistics on the current session */ /* 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