This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 87379ae  da1469x, hal_uart: fix typo
     new a99cd66  Merge pull request #2110 from vrahane/hal_uart_typo_fix
87379ae is described below

commit 87379aecef49cf97d9e75a4ba00f875983fd9d05
Author: Vipul Rahane <vrah...@gmail.com>
AuthorDate: Thu Nov 21 14:46:07 2019 -0800

    da1469x, hal_uart: fix typo
---
 hw/mcu/dialog/da1469x/src/hal_uart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/mcu/dialog/da1469x/src/hal_uart.c 
b/hw/mcu/dialog/da1469x/src/hal_uart.c
index a89595a..29730bd 100644
--- a/hw/mcu/dialog/da1469x/src/hal_uart.c
+++ b/hw/mcu/dialog/da1469x/src/hal_uart.c
@@ -233,7 +233,7 @@ da1469x_uart_common_isr(struct da1469x_uart *uart)
         }
     }
 
-    os_trace_isr_enter();
+    os_trace_isr_exit();
 }
 #endif
 

Reply via email to