summaryrefslogtreecommitdiff
path: root/firmware/export/iap.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/iap.h')
-rw-r--r--firmware/export/iap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/iap.h b/firmware/export/iap.h
index c9a670a05f..8ee26cbe9f 100644
--- a/firmware/export/iap.h
+++ b/firmware/export/iap.h
@@ -22,7 +22,7 @@
22 22
23#include <stdbool.h> 23#include <stdbool.h>
24 24
25#define RX_BUFLEN 260 25#define RX_BUFLEN 512
26#define TX_BUFLEN 128 26#define TX_BUFLEN 128
27 27
28extern bool iap_getc(unsigned char x); 28extern bool iap_getc(unsigned char x);