Rename attribute define to match existing options style

Moved static array declaration to top of file
Added attribute define to template and checker headers
This commit is contained in:
andrew
2020-06-08 08:40:50 +01:00
parent bb5c6437ff
commit 0867f72cb9
3 changed files with 14 additions and 3 deletions

View File

@@ -363,6 +363,12 @@
#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning
#endif
/* Prefix variables that are used in GPU accelerated operations, often these need to be
* placed in RAM sections that are DMA accessible */
#ifndef LV_ATTRIBUTE_DMA
#define LV_ATTRIBUTE_DMA
#endif
/*===================
* HAL settings
*==================*/