From ed0e46c31e949c6a5776976d43998f4bfe2c1e54 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Mon, 25 Jan 2010 16:43:08 +0100 Subject: Fixed a cut&paste typo in gpio.h. --- include/libopenstm32/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopenstm32/gpio.h b/include/libopenstm32/gpio.h index 65632bd..257103e 100644 --- a/include/libopenstm32/gpio.h +++ b/include/libopenstm32/gpio.h @@ -327,7 +327,7 @@ #define AFIO_MAPR_TIM5CH4_IREMAP (1 << 16) /* PD01_REMAP: Port D0/Port D1 mapping on OSC_IN/OSC_OUT */ -#define AFIO_MAPR_ADC2_ETRGREG_REMAP (1 << 15) +#define AFIO_MAPR_PD01_REMAP (1 << 15) /* CAN_REMAP[1:0]: CAN alternate function remapping */ #define AFIO_MAPR_CAN_REMAP_PA11_PA12 (0x0 << 13) -- cgit v1.2.3