1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

Merge branch 'dev' into feat/new-scroll

This commit is contained in:
Gabor Kiss-Vamosi 2020-09-10 09:17:12 +02:00
commit db28d441f2

View File

@ -94,7 +94,7 @@ fout.write(
'''
/*If running without lv_conf.h add typdesf with default value*/
#if !defined(LV_CONF_SKIP) && !defined(CONFIG_LV_CONF_SKIP)
#if defined(LV_CONF_SKIP) || defined(CONFIG_LV_CONF_SKIP)
/* Type of coordinates. Should be `int16_t` (or `int32_t` for extreme cases) */
typedef int16_t lv_coord_t;