altos: Do not block igniters on the radio mutex.
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jul 2012 06:44:10 +0000 (23:44 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Jul 2012 06:45:43 +0000 (23:45 -0700)
commit933fc7e4c2f617e49e1cfdf45b83695290b51456
treec62ea7041ed7a0b9c4f1092aac43453e5a7ab272
parent50b343d389039eae082e82b8ac0b76ae3e2b3ad4
altos: Do not block igniters on the radio mutex.

Blocking igniters on the radio mutex fails when doing igniter testing
over the RF link; the packet receiver task will never release the
mutex and the CPU at the same time, causing the system to lock up.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_ignite.c
src/telemetrum-v1.1/.sdcdbrc