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/main.c | |
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/main.c')
-rw-r--r-- | cc3200/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc3200/main.c b/cc3200/main.c index 6856cbfaf0..b217e20a14 100644 --- a/cc3200/main.c +++ b/cc3200/main.c @@ -69,8 +69,6 @@ int main (void) { #if MICROPY_HW_ANTENNA_DIVERSITY // configure the antenna selection pins antenna_init0(); - // select the internal antenna - antenna_select(ANTENNA_TYPE_INTERNAL); #endif // Init the watchdog |