[stm32] removed USE_ADC1_2_IRQ_HANDLER flag from makefiles, is not used/needed anymore with libopencm3

This commit is contained in:
Felix Ruess
2012-12-17 23:37:36 +01:00
parent 4c51f2c21d
commit 67ba7461bf
3 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -112,8 +112,7 @@ stm_passthrough.CFLAGS += -DUSE_AD1 \
-DUSE_AD1_1 \
-DUSE_AD1_2 \
-DUSE_AD1_3 \
-DUSE_AD1_4 \
-DUSE_ADC1_2_IRQ_HANDLER
-DUSE_AD1_4
# Battery monitor
-1
View File
@@ -263,7 +263,6 @@ test_adc.CFLAGS += -I$(SRC_LISA)
test_adc.srcs += $(SRC_LISA)/test_adc.c
test_adc.srcs += $(SRC_ARCH)/mcu_periph/adc_arch.c
test_adc.CFLAGS += -DUSE_AD1 -DUSE_AD1_1 -DUSE_AD1_2 -DUSE_AD1_3 -DUSE_AD1_4
test_adc.CFLAGS += -DUSE_ADC1_2_IRQ_HANDLER
##################################################
@@ -139,7 +139,6 @@ ns_CFLAGS += -DUSE_ADC
ns_srcs += $(SRC_ARCH)/mcu_periph/adc_arch.c
ifeq ($(ARCH), stm32)
ns_CFLAGS += -DUSE_AD1 -DUSE_AD1_1 -DUSE_AD1_2 -DUSE_AD1_3 -DUSE_AD1_4
ns_CFLAGS += -DUSE_ADC1_2_IRQ_HANDLER
endif
######################################################################