Skip to content

Commit eb9d0d0

Browse files
Fix docstring
1 parent 741ef78 commit eb9d0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_Cypress/scripts/PSOC6.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def sign_image(toolchain, resourses, elf, binf, m0hex):
173173
toolchain.target.cm4_img_id,
174174
elf,
175175
binf,
176-
m0hexf
176+
m0hex
177177
)
178178

179179
def sign_hex(
@@ -184,7 +184,7 @@ def sign_hex(
184184
Adds signature to a binary file being built,
185185
using cysecuretools python package.
186186
:param build_dir: The build directory
187-
:param m0hex_filename: Path to store intermediate signed CM0 hex file at
187+
:param m0hex_signed_intermediate: Path to store intermediate signed CM0 hex file at
188188
:param target_name: The name of the Mbed target
189189
:param policy: The path to the policy file
190190
:param notification: The object to output notification with

0 commit comments

Comments
 (0)