Skip to content

Commit

Permalink
fix:编译问题
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Aug 13, 2024
1 parent 873fe45 commit 3b2a213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/network/libhttp/luat_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; //数据存储的地址
Expand Down

0 comments on commit 3b2a213

Please sign in to comment.