Skip to content

Commit

Permalink
Fixes the error that it run into SOS once enabling the HCI UART inter…
Browse files Browse the repository at this point in the history
…rupt.
  • Loading branch information
XuGuohui committed Apr 2, 2018
1 parent 1c3b1b3 commit 9bcf155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hal/src/duo/core_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const HAL_InterruptOverrideEntry hal_interrupt_overrides[] = {
{CAN2_TX_IRQn, CAN2_TX_irq},
{CAN2_RX0_IRQn, CAN2_RX0_irq},
{CAN2_RX1_IRQn, CAN2_RX1_irq},
{CAN2_SCE_IRQn, CAN2_SCE_irq}
{CAN2_SCE_IRQn, CAN2_SCE_irq},
{USART6_IRQn, HAL_USART6_Handler}
};

/**
Expand Down

0 comments on commit 9bcf155

Please sign in to comment.