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 <[email protected]> Authored: Wed Jul 27 19:10:45 2016 -0700 Committer: Sterling Hughes <[email protected]> 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; }
