tools/cxd56: Fix typo in mkspk tool

Fix typo in mkspk tool.
This commit is contained in:
SPRESENSE 2022-11-07 15:05:30 +09:00 committed by Xiang Xiao
parent d643fb8511
commit fc1c8a4d74
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ int main(int argc, char **argv)
size += 16; /* Extend CMAC size */
snprintf(footer, 16, "MKSPK_BN_HOOTER");
snprintf(footer, 16, "MKSPK_BN_FOOTER");
footer[15] = '\0';
fp = fopen(args->outputfile, "wb");