mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 08:51:19 +01:00
The variable `node` shadows the parameter `node`. The access of `node->first` would not compile, because there is no member `first` in `priority_queue_t`.