mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
tools/cxd56: Fix typo in mkspk tool
Fix typo in mkspk tool.
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user