Skip to content
Snippets Groups Projects
Commit 02007847 authored by Armin Luntzer's avatar Armin Luntzer
Browse files

write verify-reply packets have data crc as well

parent 7fddce63
No related branches found
No related tags found
No related merge requests found
......@@ -579,6 +579,8 @@ int rdcu_package(uint8_t *blob,
case RMAP_WRITE_ADDR_INC:
case RMAP_WRITE_ADDR_SINGLE_VERIFY:
case RMAP_WRITE_ADDR_INC_VERIFY:
case RMAP_WRITE_ADDR_SINGLE_VERIFY_REPLY:
case RMAP_WRITE_ADDR_INC_VERIFY_REPLY:
has_data_crc = 1;
n += 1;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment