summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--software/hhd70dongle/hhd70dongle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/hhd70dongle/hhd70dongle.c b/software/hhd70dongle/hhd70dongle.c
index 30153be..f762d9b 100644
--- a/software/hhd70dongle/hhd70dongle.c
+++ b/software/hhd70dongle/hhd70dongle.c
@@ -234,7 +234,7 @@ static void handle_cmd(uint8_t cmd)
}
}
-uint8_t tempdata[256];
+uint8_t tempdata[255];
static void do_receive_task(uint8_t first)
{