build: do not hardcode endianess of a system

This commit is contained in:
Vladimir Stoiakin 2025-03-17 11:18:59 +03:00
parent 3196e47d51
commit 2627baeea3
4 changed files with 6 additions and 7 deletions

View file

@ -313,9 +313,6 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
* COMPILER SETTINGS
*====================*/
/*For big endian systems set to 1*/
#define LV_BIG_ENDIAN_SYSTEM 0
/*Define a custom attribute to `lv_tick_inc` function*/
#define LV_ATTRIBUTE_TICK_INC