From 54648591eeea46d4f77c53cc819593dedd3f2558 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sun, 1 Nov 2015 22:53:35 +0000 Subject: [PATCH] Explicitly send CMD_ABORT in prop mode before powering down --- cpu/cc26xx-cc13xx/rf-core/prop-mode.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/cc26xx-cc13xx/rf-core/prop-mode.c b/cpu/cc26xx-cc13xx/rf-core/prop-mode.c index a26213f83..0a7c4692f 100644 --- a/cpu/cc26xx-cc13xx/rf-core/prop-mode.c +++ b/cpu/cc26xx-cc13xx/rf-core/prop-mode.c @@ -968,6 +968,7 @@ off(void) return RF_CORE_CMD_OK; } + rx_off_prop(); rf_core_power_down(); /* Switch HF clock source to the RCOSC to preserve power */