Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 27, 2024
1 parent 1fe3691 commit 4a4e22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/TARGET_Cypress/scripts/PSOC6.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def sign_image(toolchain, resourses, elf, binf, m0hex):
toolchain.target.cm4_img_id,
elf,
binf,
m0hexf
m0hex
)

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

0 comments on commit 4a4e22c

Please sign in to comment.