提交 400b96d2 编写于 作者: G Grissiom

k60: add rt_interrupt_{enter,leave} in IRQHandler

上级 07bd09fc
......@@ -218,7 +218,9 @@ static const struct rt_uart_ops _k60_ops =
void UART5_RX_TX_IRQHandler(void)
{
rt_interrupt_enter();
rt_hw_serial_isr((struct rt_serial_device*)&_k60_serial);
rt_interrupt_leave();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册