adjust 14b apdu which seems to trigger memory corruption device side

This commit is contained in:
iceman1001 2024-01-01 21:49:32 +01:00
commit 21e54ba9b1
4 changed files with 38 additions and 32 deletions

View file

@ -69,8 +69,6 @@ static dmabuf8_t dma_8 = {
.buf = NULL
};
// trace related variables
static uint32_t trace_len = 0;
static bool tracing = true;
@ -99,6 +97,11 @@ uint8_t *BigBuf_get_EM_addr(void) {
return emulator_memory;
}
uint32_t BigBuf_get_hi(void) {
return s_bigbuf_hi;
}
/*
uint32_t BigBuf_get_EM_size(void) {
return CARD_MEMORY_SIZE;