mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
larger
This commit is contained in:
parent
98a5a5b9c4
commit
3b90f5389a
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ void tosend_stuffbit(int b) {
|
||||||
|
|
||||||
dmabuf16_t *get_dma16(void) {
|
dmabuf16_t *get_dma16(void) {
|
||||||
if (dma_16.buf == NULL)
|
if (dma_16.buf == NULL)
|
||||||
dma_16.buf = (uint16_t*)BigBuf_malloc(DMA_BUFFER_SIZE);
|
dma_16.buf = (uint16_t*)BigBuf_malloc(DMA_BUFFER_SIZE * sizeof(uint16_t));
|
||||||
|
|
||||||
return &dma_16;
|
return &dma_16;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue