[conf] changed default for ADC_IR_TOP to ADC_3 for lisa m boards

This commit is contained in:
Felix Ruess
2012-05-06 19:55:23 +02:00
parent 2c2505d8cb
commit 89295c3f03
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ ADC_IR2 = 2
ADC_IR2_CHAN = 1
endif
ifndef ADC_IR3
ADC_IR_TOP = 4
ADC_IR_TOP_CHAN = 3
ADC_IR_TOP = 3
ADC_IR_TOP_CHAN = 2
endif
ifndef ADC_IR_NB_SAMPLES
ADC_IR_NB_SAMPLES = 16
+2 -2
View File
@@ -94,8 +94,8 @@ ADC_IR2 = 2
ADC_IR2_CHAN = 1
endif
ifndef ADC_IR3
ADC_IR_TOP = 4
ADC_IR_TOP_CHAN = 3
ADC_IR_TOP = 3
ADC_IR_TOP_CHAN = 2
endif
ifndef ADC_IR_NB_SAMPLES
ADC_IR_NB_SAMPLES = 16