Skip to content

Commit

Permalink
TauOSD: fix USART configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
peabody124 committed Jul 15, 2016
1 parent 27d9d28 commit bfea313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/targets/tauosd/board-info/board_hw_defs.c
Expand Up @@ -257,7 +257,7 @@ static const struct pios_usart_cfg pios_main_usart_cfg = {
},
.irq = {
.init = {
.NVIC_IRQChannel = USART3_IRQn,
.NVIC_IRQChannel = USART1_IRQn,
.NVIC_IRQChannelPreemptionPriority = PIOS_IRQ_PRIO_HIGHEST,
.NVIC_IRQChannelSubPriority = 0,
.NVIC_IRQChannelCmd = ENABLE,
Expand Down

0 comments on commit bfea313

Please sign in to comment.