commit | b00d6488419cd5928de77e6605625780205871dd | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@utzig.org> | Tue Jun 20 19:28:22 2017 -0300 |
committer | David Brown <davidb@davidb.org> | Wed Jun 28 08:44:31 2017 -0600 |
tree | 48922c420430ed05efe03b013e213879a2fb5562 | |
parent | 0f22991880c29424db73fa448d7bd6c26fc0824d [diff] [blame] |
Fix syntax error Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/boot/mynewt/src/main.c b/boot/mynewt/src/main.c index a0b888a..9971c9f 100755 --- a/boot/mynewt/src/main.c +++ b/boot/mynewt/src/main.c
@@ -83,7 +83,7 @@ rc = boot_go(&rsp); assert(rc == 0); - rc = flash_device_base(rsp->br_flash_dev_id, &flash_base); + rc = flash_device_base(rsp.br_flash_dev_id, &flash_base); assert(rc == 0); hal_system_start((void *)(flash_base + rsp.br_image_off +