cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

src/ccn-lite-riot: remove access to xtimer_t members in static init #369

Closed MichelRottleuthner closed 4 years ago

MichelRottleuthner commented 4 years ago

Contribution description

This removes an unnecessary access to xtimer_t members for the static init of the _wait_timer variable. This avoids a compilation problem if the struct definition is be changed in RIOT upstream.

Issues/PRs references

https://github.com/RIOT-OS/RIOT/pull/9530