summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/tpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/calypso/tpu.c')
-rw-r--r--src/target/firmware/calypso/tpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/tpu.c b/src/target/firmware/calypso/tpu.c
index 0b60292a..f778bfda 100644
--- a/src/target/firmware/calypso/tpu.c
+++ b/src/target/firmware/calypso/tpu.c
@@ -91,7 +91,7 @@ static void tpu_debug(void)
{
uint16_t *tpu_base = (uint16_t *)BASE_ADDR_TPU_RAM;
unsigned int tpu_size = tpu_ptr - tpu_base;
- struct msgb *msg = sercomm_alloc_msgb(tpu_size*2);
+ struct msgb *msg = sercomm_alloc_msgb(sizeof(uint32_t) + tpu_size*2);
uint16_t *data;
uint32_t *fn;
uint16_t reg;