CC26xx: always request HF crystal oscillator at radio on()

This commit is contained in:
Atis Elsts 2016-06-29 01:32:22 +03:00
parent 5eb022fdd8
commit b6617f17c5
2 changed files with 0 additions and 7 deletions

View file

@ -149,11 +149,6 @@ main(void)
/* Set the LF XOSC as the LF system clock source */
oscillators_select_lf_xosc();
#if CC2650_FAST_RADIO_STARTUP
/* Also request HF XOSC to start up */
oscillators_request_hf_xosc();
#endif
lpm_init();
board_init();