From 3ec929ff5272d2df6f1356ffcf6e4e6b59cec6f5 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 12 Dec 2016 15:29:41 +0000 Subject: [PATCH] Remove RSSI ADC startup software interrupt. --- IOTeensy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/IOTeensy.cpp b/IOTeensy.cpp index 632dccf..bfd419c 100644 --- a/IOTeensy.cpp +++ b/IOTeensy.cpp @@ -117,7 +117,6 @@ void CIO::startInt() sum1 = (sum1 / 2U) | 0x8000U; ADC1_PG = sum1; - ADC1_SC1A = ADC_SC1_AIEN | PIN_RSSI; // Enable ADC interrupt, use A2 NVIC_ENABLE_IRQ(IRQ_ADC1); #endif