From 3b2a213f3e0bf8f4c142c7c85f14a8621d2902a0 Mon Sep 17 00:00:00 2001 From: alienwalker Date: Tue, 13 Aug 2024 09:37:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/network/libhttp/luat_http.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/network/libhttp/luat_http.h b/components/network/libhttp/luat_http.h index 0e633dfc..7bfa607c 100644 --- a/components/network/libhttp/luat_http.h +++ b/components/network/libhttp/luat_http.h @@ -5,10 +5,10 @@ #include "luat_zbuff.h" #else typedef enum { - LUAT_HEAP_AUTO, - LUAT_HEAP_SRAM, - LUAT_HEAP_PSRAM, -} LUAT_HEAP_TYPE; + LUAT_HEAP_AUTO_DUMMY, + LUAT_HEAP_SRAM_DUMMY, + LUAT_HEAP_PSRAM_DUMMY, +} LUAT_HEAP_TYPE;//只是为了占位,不要使用 typedef struct luat_zbuff { LUAT_HEAP_TYPE type; //内存类型 uint8_t* addr; //数据存储的地址