diff options
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 |