mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-01-13 19:01:06 +02:00
1fb05c221d
When some interrupt(s) happened but the one(s) wait_for_interrupt was waiting for weren't among them, it printed the list of interrupts even if they were all in "ignore". This made sequences like RX_START followed by TRX_END unnecessarily noisy. Now, wait_for_interrupt only prints the pending interrupts if at least one of them is not in "ignore".