From 680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 2 Jan 2023 19:45:59 +0000 Subject: buflib: Prep for multiple backend support, rename to buflib_mempool Rename the current buflib implementation to buflib_mempool. Change-Id: Iefdf74be1f7d8fcd19e6ce2289c3d1459b54d013 --- firmware/core_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/core_alloc.c') diff --git a/firmware/core_alloc.c b/firmware/core_alloc.c index 948911b973..6f6c385597 100644 --- a/firmware/core_alloc.c +++ b/firmware/core_alloc.c @@ -3,7 +3,7 @@ #include #include "system.h" #include "core_alloc.h" -#include "buflib.h" +#include "buflib_mempool.h" /* not static so it can be discovered by core_get_data() */ struct buflib_context core_ctx; -- cgit v1.2.3