8000 fix(memory): add missing function declaration · esp-arduino-libs/esp-lib-utils@613311b · GitHub
[go: up one dir, main page]

Skip to content

Commit 613311b

Browse files
committed
fix(memory): add missing function declaration
1 parent bd9d03a commit 613311b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memory/esp_utils_mem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
extern "C" {
1515
#endif
1616

17+
void esp_utils_mem_gen_enable_alloc(bool enable);
1718
void *esp_utils_mem_gen_malloc(size_t size);
1819
void esp_utils_mem_gen_free(void *p);
1920
void *esp_utils_mem_gen_calloc(size_t n, size_t size);

0 commit comments

Comments
 (0)
0