summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/port80.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/port80.c b/common/port80.c
index 312024a3ad..35723f878a 100644
--- a/common/port80.c
+++ b/common/port80.c
@@ -16,7 +16,7 @@
#define CPRINTF(format, args...) cprintf(CC_PORT80, format, ## args)
-#define HISTORY_LEN 256
+#define HISTORY_LEN 128
#define PORT80_POLL_PERIOD MSEC
static uint16_t history[HISTORY_LEN];