Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fix invalid c syntax in key source display #290

Merged
merged 2 commits into from
Dec 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nordicsemi/dfu/signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def get_vk_code(self, dbg):
/** @brief Public key used to verify DFU images */
__ALIGN(4) const uint8_t pk[64] =
{{
{0}
{0},
{1}
}};
"""
Expand Down