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 567ff36 commit 9a8450dCopy full SHA for 9a8450d
firmware/programmer/nand_programmer.c
@@ -560,7 +560,7 @@ static int np_cmd_nand_erase(np_prog_t *prog)
560
return ret;
561
}
562
563
-static int np_send_write_ack(uint32_t bytes_ack)
+static int np_send_write_ack(uint64_t bytes_ack)
564
{
565
np_resp_t resp_header = { NP_RESP_STATUS, NP_STATUS_WRITE_ACK };
566
np_resp_write_ack_t write_ack = { resp_header, bytes_ack };
0 commit comments