Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 4e16b9ade -> 0938f7e78
boot; fix to previous commit. 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/0938f7e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0938f7e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0938f7e7 Branch: refs/heads/develop Commit: 0938f7e789a49a1559a1d416496ed8f482edbf1a Parents: 4e16b9a Author: Marko Kiiskila <[email protected]> Authored: Wed May 25 18:18:51 2016 -0700 Committer: Marko Kiiskila <[email protected]> Committed: Wed May 25 18:21:05 2016 -0700 ---------------------------------------------------------------------- apps/boot/src/boot.c | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0938f7e7/apps/boot/src/boot.c ---------------------------------------------------------------------- diff --git a/apps/boot/src/boot.c b/apps/boot/src/boot.c index 14408b5..9b8bd62 100755 --- a/apps/boot/src/boot.c +++ b/apps/boot/src/boot.c @@ -56,6 +56,8 @@ static void setup_for_nffs(void) { struct nffs_area_desc nffs_descs[NFFS_AREA_MAX + 1]; + int cnt; + int rc; /* * Make sure we have enough left to initialize the NFFS with the
