.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Jun 20 06:00:15 2017 +0100
Parent:
14:9476f399341e
Child:
16:6f7adcd5df30
Commit message:
Merge pull request #25 from bridadan/fix_config

Fixing rebase issue in config
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-bootloader

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Mon Jun 19 22:00:16 2017 +0100
+++ b/mbed_app.json	Tue Jun 20 06:00:15 2017 +0100
@@ -36,8 +36,5 @@
             "target.restrict_size": "0x40000",
             "sd_card_cs": "D9"
         }
-    },
-    "config": {
-        "update_file": "\"/sd/mbed-os-example-blinky_application.bin\""
     }
 }