Files
pysim/pySim/global_platform
Vadim Yanitskiy 83a7bd6df8 global_platform: fix store_data() returning last chunk only
The loop builds up `response` across multiple STORE DATA blocks,
but the function returns only `data` - the response from the
*last* block.  It should return the accumulated response instead.

Change-Id: I3e15c8004d1e366e8c3896e559656622f48bb1a2
2026-03-15 16:54:43 +07:00
..
2025-09-24 17:59:17 +00:00