diff options
author | Daniel Campora <daniel@wipy.io> | 2015-06-07 13:28:47 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-06-07 13:28:47 +0200 |
commit | 491c321720c772ee548f9e6f1612638ae8bce154 (patch) | |
tree | 80cfd62958ea419770219a16011a88783a6878a3 /cc3200/bootmgr | |
parent | b4a41a8f70c9ca9f90802a77a7318dafa2d595fa (diff) | |
download | micropython-491c321720c772ee548f9e6f1612638ae8bce154.tar.gz micropython-491c321720c772ee548f9e6f1612638ae8bce154.zip |
cc3200: Re-config antenna selection when waking from suspended mode.
Diffstat (limited to 'cc3200/bootmgr')
-rw-r--r-- | cc3200/bootmgr/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/bootmgr/main.c b/cc3200/bootmgr/main.c index 6c8be9a0c7..e799fcf1d6 100644 --- a/cc3200/bootmgr/main.c +++ b/cc3200/bootmgr/main.c @@ -155,8 +155,6 @@ static void bootmgr_board_init(void) { #if MICROPY_HW_ANTENNA_DIVERSITY // configure the antenna selection pins antenna_init0(); - // select the internal antenna - antenna_select(ANTENNA_TYPE_INTERNAL); #endif // Enable the Data Hashing Engine |