diff options
| author | Daniel Campora | 2015-06-07 13:28:47 +0200 |
|---|---|---|
| committer | Daniel Campora | 2015-06-07 13:28:47 +0200 |
| commit | 491c321720c772ee548f9e6f1612638ae8bce154 (patch) | |
| tree | 80cfd62958ea419770219a16011a88783a6878a3 /cc3200/bootmgr | |
| parent | b4a41a8f70c9ca9f90802a77a7318dafa2d595fa (diff) | |
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 6c8be9a0c..e799fcf1d 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 |
