mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 06:28:26 +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". |
||
---|---|---|
.. | ||
atben.c | ||
atrf.c | ||
atusb.c | ||
driver.h | ||
Makefile | ||
misctxrx.c |