From 9bc701ce1132f04ec90ef22e6a7a90c67918737b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 16 Dec 2012 13:30:20 -0800 Subject: [PATCH] altos: Document what HAS_BOOT_RADIO does in the m25 driver HAS_BOOT_RADIO causes the m25 driver to abort any ongoing receive in case that is holding the SPI bus. Signed-off-by: Keith Packard --- src/drivers/ao_m25.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/ao_m25.c b/src/drivers/ao_m25.c index 9603c1de..518765b2 100644 --- a/src/drivers/ao_m25.c +++ b/src/drivers/ao_m25.c @@ -100,6 +100,7 @@ static __xdata uint8_t ao_m25_mutex; static __xdata uint8_t ao_m25_instruction[4]; #if HAS_BOOT_RADIO +/* Kick any radio listeners off so the flash can be written */ extern uint8_t ao_radio_in_recv; static void ao_boot_radio(void) { -- 2.30.2