fix: exports a couple of macros and adds a wrapper around a macro (#4958)

This commit is contained in:
Kevin Schlosser
2023-12-07 14:18:19 -07:00
committed by GitHub
parent f969719f4e
commit 3bf59dedb2
3 changed files with 12 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ fout.write(
#ifndef __ASSEMBLY__
LV_EXPORT_CONST_INT(LV_DPI_DEF);
LV_EXPORT_CONST_INT(LV_DRAW_BUF_STRIDE_ALIGN);
LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
#endif
#undef _LV_KCONFIG_PRESENT