mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
[conf] changed default for ADC_IR_TOP to ADC_3 for lisa m boards
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user