Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 3f8993434 -> a226ca78d
MCUB-32 Add missing semicolon! 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/a226ca78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/a226ca78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/a226ca78 Branch: refs/heads/develop Commit: a226ca78dd5e853c07b1b276e06f1baec4122e2e Parents: 3f89934 Author: Christopher Collins <[email protected]> Authored: Mon Feb 6 15:44:38 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Mon Feb 6 15:44:38 2017 -0800 ---------------------------------------------------------------------- sys/mfg/include/mfg/mfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a226ca78/sys/mfg/include/mfg/mfg.h ---------------------------------------------------------------------- diff --git a/sys/mfg/include/mfg/mfg.h b/sys/mfg/include/mfg/mfg.h index ec7996b..4b61b5c 100644 --- a/sys/mfg/include/mfg/mfg.h +++ b/sys/mfg/include/mfg/mfg.h @@ -51,7 +51,7 @@ struct mfg_meta_flash_area { struct mfg_meta_flash_traits { uint8_t device_id; uint8_t min_write_sz; -} +}; int mfg_next_tlv(struct mfg_meta_tlv *tlv, uint32_t *off); int mfg_next_tlv_with_type(struct mfg_meta_tlv *tlv, uint32_t *off,
