You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2015/11/03 23:41:38 UTC

[5/5] incubator-mynewt-larva git commit: Fix comment.

Fix comment.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/fb01df47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/fb01df47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/fb01df47

Branch: refs/heads/master
Commit: fb01df470509ec203a6f68757a2166fb068aa458
Parents: 6504f7c
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue Nov 3 14:41:04 2015 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Tue Nov 3 14:41:04 2015 -0800

----------------------------------------------------------------------
 hw/hal/include/hal/hal_uart.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/fb01df47/hw/hal/include/hal/hal_uart.h
----------------------------------------------------------------------
diff --git a/hw/hal/include/hal/hal_uart.h b/hw/hal/include/hal/hal_uart.h
index 626759e..b308b84 100644
--- a/hw/hal/include/hal/hal_uart.h
+++ b/hw/hal/include/hal/hal_uart.h
@@ -41,7 +41,7 @@ typedef void (*hal_uart_tx_done)(void *arg);
 typedef int (*hal_uart_rx_char)(void *arg, uint8_t byte);
 
 /**
- * hal uart init
+ * hal uart init cbs
  *
  * Initializes given uart. Mapping of logical UART number to physical
  * UART/GPIO pins is in BSP.