Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/STM32
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-04-29 10:12:01 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-04-29 10:12:01 +0300
commita6bf948939e29e5161223ca8d552483beec993c6 (patch)
tree8d3d721c02fca3c43a07f966a59d1c4058528833 /STM32
parent247009d13a29a786323e5117ffa29747fd1262d0 (diff)
Increased buffer size to 54KiB
Diffstat (limited to 'STM32')
-rw-r--r--STM32/Core/Inc/comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/STM32/Core/Inc/comm.h b/STM32/Core/Inc/comm.h
index 97a413e..a3cff7f 100644
--- a/STM32/Core/Inc/comm.h
+++ b/STM32/Core/Inc/comm.h
@@ -3,7 +3,7 @@
#include <inttypes.h>
-#define RECV_BUFFER_SIZE 1024 * 48
+#define RECV_BUFFER_SIZE 1024 * 54
#define SEND_BUFFER_SIZE 64
#define SEND_TIMEOUT 1000