mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-26 17:55:55 +08:00
chore(ppa): update cache alignment error message for 128-byte lines (#9526)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user