altos/cc1200: Simplify interrupt handling
authorKeith Packard <keithp@keithp.com>
Sun, 13 Nov 2022 06:38:12 +0000 (22:38 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 13 Nov 2022 06:38:12 +0000 (22:38 -0800)
commitbf51520898fb30b289b2e03b31a1719c172cf422
tree715f89674d1bafea343ea0ac913eb055d0ac76ae
parent9ed81c072f0c4c2044a284176d66be00a1439a40
altos/cc1200: Simplify interrupt handling

Use PKT_SYNC_RXTX for both packet send/recv signaling. This avoids
needing to flip the interrupt sense around between tx and rx, allowing
us to leave interrupts always enabled which avoids adventures on
samd21 with interrupt configuration.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_cc1200.c