Free up some ram

This commit is contained in:
Allen Hill
2026-08-13 16:24:55 -07:00
parent eab535db98
commit 994759dd39
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -20,7 +20,9 @@
const char *const offon[] = {"OFF", "ON"};
constexpr uint8_t CACHE_SIZE = 32;
constexpr uint8_t CACHE_SIZE = 16;
static_assert(CACHE_SIZE >= AVCLAN_FRAME_POOL_N,
"CACHE_SIZE must be >= avclan::Frame allocator pool capacity");
using namespace avclan;