Remove RSSI ADC startup software interrupt.

This commit is contained in:
Jonathan Naylor 2016-12-12 15:29:41 +00:00 committed by GitHub
parent b9acdda737
commit 3ec929ff52
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ void CIO::startInt()
sum1 = (sum1 / 2U) | 0x8000U; sum1 = (sum1 / 2U) | 0x8000U;
ADC1_PG = sum1; ADC1_PG = sum1;
ADC1_SC1A = ADC_SC1_AIEN | PIN_RSSI; // Enable ADC interrupt, use A2
NVIC_ENABLE_IRQ(IRQ_ADC1); NVIC_ENABLE_IRQ(IRQ_ADC1);
#endif #endif