This commit is contained in:
Paweł Gomułka 2016-12-21 01:57:58 +01:00
parent bef0d9cfd6
commit 414f3eb193
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void CIO::interrupt(uint8_t source)
sample = ADC->ADC_CDR[ADC_CDR_Chan]; sample = ADC->ADC_CDR[ADC_CDR_Chan];
m_rxBuffer.put(sample, control); m_rxBuffer.put(sample, control);
#if defined(RSSI_CHER_Chan) && defined(SEND_RSSI_DATA) #if defined(RSSI_CDR_Chan) && defined(SEND_RSSI_DATA)
m_rssiBuffer.put(ADC->ADC_CDR[RSSI_CDR_Chan]); m_rssiBuffer.put(ADC->ADC_CDR[RSSI_CDR_Chan]);
#else #else
m_rssiBuffer.put(0U); m_rssiBuffer.put(0U);