Skip to content

Commit

Permalink
dpcmd.c
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 15, 2022
2 parents bcc000f + c76e10f commit 47b7c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialFlash.c
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ int SerialFlash_bulkPipeProgram(struct CAddressRange* AddrRange, unsigned char*
if (SerialFlash_EnableQuadIO(true, m_boEnWriteQuadIO, Index) == SerialFlash_FALSE)
return false;

printf("WriteMode=%d, WriteCom=%02X\n", modeWrite,WriteCom);
//printf("WriteMode=%d, WriteCom=%02X\n", modeWrite,WriteCom);
itr_begin = vData;
switch (modeWrite) {
//transfer how many data each time
Expand Down

0 comments on commit 47b7c8d

Please sign in to comment.