summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/device/net_lwip_webserver/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/net_lwip_webserver/src/tusb_config.h b/examples/device/net_lwip_webserver/src/tusb_config.h
index 74ffeb469..aff75866d 100644
--- a/examples/device/net_lwip_webserver/src/tusb_config.h
+++ b/examples/device/net_lwip_webserver/src/tusb_config.h
@@ -124,7 +124,7 @@ extern "C" {
#define CFG_TUD_NCM_IN_NTB_MAX_SIZE 2048
#if LWIP_HIGH_THROUGHPUT
- #define CFG_TUD_NCM_OUT_NTB_MAX_SIZE 6144
+ #define CFG_TUD_NCM_OUT_NTB_MAX_SIZE 4096
#else
#define CFG_TUD_NCM_OUT_NTB_MAX_SIZE 2048
#endif