Skip to content

Commit aeb9a39

Browse files
committed
platform.txt: Removed temp poll hook.
Signed-off-by: jaenrig-ifx <[email protected]>
1 parent 40469d1 commit aeb9a39

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compil
114114
## Create output (bin file)
115115
recipe.objcopy.bin.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags}"{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.hex"
116116

117-
## User poll hook
118-
## This is temporary. This should be removed when the msg is no longer required.
119-
recipe.hooks.objcopy.postobjcopy.1.pattern=python {runtime.platform.path}/tools/brd_msg.py {build.board_variant}
120-
121117
## Save hex
122118
recipe.output.tmp_file={build.project_name}.bin
123119
recipe.output.save_file={build.project_name}.{build.variant}.bin

0 commit comments

Comments
 (0)