Browse Source

Fixed a cut&paste typo in gpio.h.

pull/2/head
Piotr Esden-Tempski 15 years ago
parent
commit
ed0e46c31e
  1. 2
      include/libopenstm32/gpio.h

2
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)

Loading…
Cancel
Save