Switch hf 15 sim to use image in emulator memory.

This commit is contained in:
Markus Walter 2022-09-01 18:46:20 +02:00
commit d79bd5b6b8
5 changed files with 9 additions and 53 deletions

View file

@ -27,10 +27,6 @@
#define PM3_CMD_DATA_SIZE 512
#define PM3_CMD_DATA_SIZE_MIX ( PM3_CMD_DATA_SIZE - 3 * sizeof(uint64_t) )
/* To be used for commands with a big blob of data along with some other data (for which 32 bytes
* is put aside, so if there is more of it this is unsuitable).
*/
#define PM3_CMD_BLOB_SIZE ( PM3_CMD_DATA_SIZE - 32 )
typedef struct {
uint64_t cmd;