explictly set page = 0 in dump_req_t struct

This commit is contained in:
Raheem Idowu
2026-04-04 17:30:48 -04:00
parent 22dae554c7
commit b7689cd543
+1
View File
@@ -2533,6 +2533,7 @@ static int iclass_dump_non_secure(bool shallow_mod, uint8_t *tag_data, uint16_t
.req.shallow_mod = shallow_mod,
.start_block = 3,
.end_block = app_limit1,
.page = 0 // no page selection support here yet
};
clearCommandBuffer();