Skip to content

Commit 852d3af

Browse files
committed
Edge control: boards.txt: fix hardcoded imgtool exit command
1 parent 899d9be commit 852d3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edge_control.build.fpu=-mfpu=fpv4-sp-d16
1313
edge_control.build.float-abi=-mfloat-abi=softfp
1414
edge_control.build.board=EDGE_CONTROL
1515
edge_control.build.ldscript=linker_script.ld
16-
edge_control.build.postbuild.cmd=imgtool exit
16+
edge_control.build.postbuild.cmd="{tools.imgtool.path}/{tools.imgtool.cmd}" exit
1717
edge_control.compiler.mbed.arch.define=-DARDUINO_ARCH_NRF52840
1818
edge_control.compiler.mbed.defines={build.variant.path}/defines.txt
1919
edge_control.compiler.mbed.ldflags={build.variant.path}/ldflags.txt

0 commit comments

Comments
 (0)