summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2026-05-08 18:37:45 +0200
committerHiFiPhile <[email protected]>2026-05-08 18:57:09 +0200
commit040ee395d4f7287c434bfb371c31370a091a33e2 (patch)
tree7b6e2ca4a3d96e953678473227db72439ecb6683 /examples/device
parent216d7c43f1ea7cf3ae3fe667bdf725631596f17d (diff)
reduce NTM size
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/device')
-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