Merge branch 'master' of github.com:g4klx/MMDVM

This commit is contained in:
Jonathan Naylor 2016-08-09 17:20:48 +01:00
commit f9840d7937
1 changed files with 1 additions and 1 deletions

2
IO.cpp
View File

@ -61,7 +61,7 @@ const uint16_t DC_OFFSET = 2048U;
#define PIN_DSTAR 9
#define PIN_DMR 8
#define PIN_YSF 7
#define PIN_RSSI 88 // ADC on Due pin A8 - Due AD10
#define PIN_RSSI 84 // ADC on Due pin A6 - Due AD1
#define ADC_CHER_Chan (1<<13) // ADC on Due pin A11 - Due AD13 - (1 << 13) (PB20)
#define ADC_ISR_EOC_Chan ADC_ISR_EOC13
#define ADC_CDR_Chan 13