altos: make cc1120 ao_radio_send re-entrant
authorKeith Packard <keithp@keithp.com>
Mon, 18 Jun 2012 02:04:53 +0000 (19:04 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Jun 2012 02:04:53 +0000 (19:04 -0700)
commit976a8375932ddb46ca3100863b0a892732c0923e
tree1160e6acd0c2414edc7d1df4ba09620e03b5e87e
parent629f43e7c7abbff33e14b168a08a4b6a9c88b937
altos: make cc1120 ao_radio_send re-entrant

It gets called from multiple tasks, so put local data on the stack.

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