Update gpio.h

Added AFIO remap for USART 3 as required by Nucleo boards
This commit is contained in:
Roger Clark 2015-01-29 09:59:51 +11:00
parent 59b3c0194f
commit e1b0a4309f
1 changed files with 2 additions and 0 deletions

View File

@ -353,6 +353,8 @@ typedef enum afio_remap_peripheral {
AFIO_REMAP_TIM2_PARTIAL_2 = AFIO_MAPR_TIM2_REMAP_PA0_PA1_PB10_PB11,
/** Timer 2 full remapping */
AFIO_REMAP_TIM2_FULL = AFIO_MAPR_TIM2_REMAP_FULL,
/** USART 3 part remapping */
AFIO_REMAP_USART3_PARTIAL = AFIO_MAPR_USART3_REMAP_PARTIAL,
/** USART 2 remapping */
AFIO_REMAP_USART2 = AFIO_MAPR_USART2_REMAP,
/** USART 1 remapping */