chore(ppa): update cache alignment error message for 128-byte lines (#9526)

This commit is contained in:
Harun Dinler
2026-02-02 11:02:14 +08:00
committed by GitHub
parent 36b05790aa
commit 6b6efee6b5
+1 -1
View File
@@ -38,7 +38,7 @@ extern "C" {
#include "sdkconfig.h"
#if (CONFIG_LV_DRAW_BUF_ALIGN != CONFIG_CACHE_L2_CACHE_LINE_SIZE)
#error "For using PPA buffers need to be aligned to 64-byte boundary!"
#error "CONFIG_LV_DRAW_BUF_ALIGN must be equal to CONFIG_CACHE_L2_CACHE_LINE_SIZE!"
#endif