We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc18c4 commit 4290938Copy full SHA for 4290938
firmware/nand_programmer.c
@@ -528,7 +528,7 @@ static int np_cmd_nand_write_start(np_prog_t *prog)
528
{
529
ERROR_PRINT("Length 0x%lx is not aligned to page size 0x%lx\r\n",
530
len, prog->chip_info.page_size);
531
- return NP_ERR_ADDR_NOT_ALIGN;
+ return NP_ERR_LEN_NOT_ALIGN;
532
}
533
534
prog->skip_bb = write_start_cmd->flags.skip_bb;
0 commit comments