You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2016/08/01 04:59:25 UTC

[08/16] incubator-mynewt-core git commit: bleuart - Use latest NimBLE host API.

bleuart - Use latest NimBLE host API.


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

Branch: refs/heads/sterly_refactor
Commit: 3da7f49df145a52d4470c9cf7c28d7adc0173bd0
Parents: ee4eaac
Author: Christopher Collins <cc...@apache.org>
Authored: Wed Jul 27 19:10:45 2016 -0700
Committer: Sterling Hughes <st...@apache.org>
Committed: Sun Jul 31 21:58:57 2016 -0700

----------------------------------------------------------------------
 libs/bleuart/src/bleuart.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/3da7f49d/libs/bleuart/src/bleuart.c
----------------------------------------------------------------------
diff --git a/libs/bleuart/src/bleuart.c b/libs/bleuart/src/bleuart.c
index ae0673d..81e433c 100644
--- a/libs/bleuart/src/bleuart.c
+++ b/libs/bleuart/src/bleuart.c
@@ -168,7 +168,7 @@ bleuart_uart_read(void)
             return;
         }
         ble_gattc_notify_custom(g_console_conn_handle,
-                                g_bleuart_attr_read_handle, &om);
+                                g_bleuart_attr_read_handle, om);
         off = 0;
         break;
     }