newtmgr; updated structure names for tinybor reader/writer.
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/9c3e9861 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/9c3e9861 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/9c3e9861 Branch: refs/heads/develop Commit: 9c3e9861e1f36ab1f8c4f7a51fdf8bc8d7ebc7e9 Parents: 5711060 Author: Marko Kiiskila <[email protected]> Authored: Fri Jan 6 11:23:36 2017 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Fri Jan 6 15:03:00 2017 -0800 ---------------------------------------------------------------------- mgmt/newtmgr/src/newtmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/9c3e9861/mgmt/newtmgr/src/newtmgr.c ---------------------------------------------------------------------- diff --git a/mgmt/newtmgr/src/newtmgr.c b/mgmt/newtmgr/src/newtmgr.c index cbb0958..138a94b 100644 --- a/mgmt/newtmgr/src/newtmgr.c +++ b/mgmt/newtmgr/src/newtmgr.c @@ -44,8 +44,8 @@ struct os_eventq *nmgr_evq; */ static struct nmgr_cbuf { struct mgmt_cbuf n_b; - struct CborMbufWriter writer; - struct CborMbufReader reader; + struct cbor_mbuf_writer writer; + struct cbor_mbuf_reader reader; struct os_mbuf *n_out_m; } nmgr_task_cbuf;
