cc1200: configurable tx-rx turaround time

This commit is contained in:
Simon Duquennoy 2016-09-23 09:39:58 +02:00
parent 5dd3d03699
commit ba739f679e
4 changed files with 5 additions and 1 deletions

View file

@ -802,7 +802,7 @@ transmit(unsigned short transmit_len)
*/
BUSYWAIT_UNTIL_STATE(STATE_RX,
RTIMER_SECOND / 100);
CC1200_RF_CFG.tx_rx_turnaround);
ENABLE_GPIO_INTERRUPTS();