Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4cd7cd420 -> 0c2d1042f
Fixing build 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/0c2d1042 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0c2d1042 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0c2d1042 Branch: refs/heads/develop Commit: 0c2d1042f7f43318a4397d74d13e9d5aee93f537 Parents: 4cd7cd4 Author: Vipul Rahane <[email protected]> Authored: Fri Feb 24 12:14:33 2017 -0800 Committer: Vipul Rahane <[email protected]> Committed: Fri Feb 24 12:14:33 2017 -0800 ---------------------------------------------------------------------- apps/bletiny/src/gatt_svr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0c2d1042/apps/bletiny/src/gatt_svr.c ---------------------------------------------------------------------- diff --git a/apps/bletiny/src/gatt_svr.c b/apps/bletiny/src/gatt_svr.c index eb5c8ec..936546f 100644 --- a/apps/bletiny/src/gatt_svr.c +++ b/apps/bletiny/src/gatt_svr.c @@ -366,7 +366,7 @@ static int gatt_svr_access_test(uint16_t conn_handle, uint16_t attr_handle, struct ble_gatt_access_ctxt *ctxt, void *arg) - +{ uint16_t uuid16; int rc;
