SFD timestamp

Only save SFD timestamp when we are actually receiving.
This commit is contained in:
thomas-ha 2016-03-07 18:34:54 +01:00
parent b0a673ca5c
commit 73d36ebb6b
1 changed files with 3 additions and 1 deletions

View File

@ -1075,7 +1075,9 @@ cc2538_rf_rx_tx_isr(void)
#if CC2538_RF_CONF_SFD_TIMESTAMPS
if(poll_mode) {
cc2538_sfd_rtime = RTIMER_NOW();
if(REG(RFCORE_XREG_FSMSTAT1) & RFCORE_XREG_FSMSTAT1_RX_ACTIVE) {
cc2538_sfd_rtime = RTIMER_NOW();
}
}
#endif