summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d8674c40f2..2ec0b7878f 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -382,6 +382,7 @@ Lyre prototype 1 */
382 382
383/* CONFIG_BUFLIB_BACKEND */ 383/* CONFIG_BUFLIB_BACKEND */
384#define BUFLIB_BACKEND_MEMPOOL 0 /* Default memory pool backed buflib */ 384#define BUFLIB_BACKEND_MEMPOOL 0 /* Default memory pool backed buflib */
385#define BUFLIB_BACKEND_MALLOC 1 /* malloc() buflib (for debugging) */
385 386
386/* now go and pick yours */ 387/* now go and pick yours */
387#if defined(IRIVER_H100) 388#if defined(IRIVER_H100)