core: shadowing in priority_queue_print
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`.dev/timer
parent
3b7591f3bc
commit
bf6548ca30
Loading…
Reference in New Issue