cc3200: Wrap antenna_init0() with #if MICROPY_HW_ANTENNA_DIVERSITY.
This commit is contained in:
parent
0aa5e75000
commit
371f4ba6b3
@ -398,8 +398,10 @@ void pybsleep_suspend_exit (void) {
|
|||||||
// ungate the clock to the shared spi bus
|
// ungate the clock to the shared spi bus
|
||||||
MAP_PRCMPeripheralClkEnable(PRCM_SSPI, PRCM_RUN_MODE_CLK | PRCM_SLP_MODE_CLK);
|
MAP_PRCMPeripheralClkEnable(PRCM_SSPI, PRCM_RUN_MODE_CLK | PRCM_SLP_MODE_CLK);
|
||||||
|
|
||||||
|
#if MICROPY_HW_ANTENNA_DIVERSITY
|
||||||
// re-configure the antenna selection pins
|
// re-configure the antenna selection pins
|
||||||
antenna_init0();
|
antenna_init0();
|
||||||
|
#endif
|
||||||
|
|
||||||
// reinitialize simplelink's interface
|
// reinitialize simplelink's interface
|
||||||
sl_IfOpen (NULL, 0);
|
sl_IfOpen (NULL, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user