1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-01-13 19:01:06 +02:00
Werner Almesberger 1fb05c221d misctxrx.c (wait_for_interrupt): let "ignore" control printing more tightly
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".
2011-01-19 18:27:17 -03:00
..
2010-11-11 10:34:09 -03:00