summaryrefslogtreecommitdiff
path: root/src/libs
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-08-03 12:16:40 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-08-03 12:16:40 +0300
commit10b5d30ec31fcd98343eee46c135659004fae19f (patch)
treecaae74e1dd3b1eec1c6c6376cb7760d03f6992a9 /src/libs
parentfc93bdbbbac9b19530db18f17817ffe2c17260c4 (diff)
parent514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff)
Merge branch 'develop' into refresh_rework
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/lv_conf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/lv_conf.h b/src/libs/lv_conf.h
index 18fc3fa2..73109c5a 100644
--- a/src/libs/lv_conf.h
+++ b/src/libs/lv_conf.h
@@ -295,6 +295,7 @@ typedef void* lv_img_decoder_user_data_t;
#define LV_TICK_CUSTOM 1
#if LV_TICK_CUSTOM == 1
#define LV_TICK_CUSTOM_INCLUDE "FreeRTOS.h" /*Header for the system time function*/
+uint32_t xTaskGetTickCount(); /*Forward declare to avoid compiler warning*/
#define LV_TICK_CUSTOM_SYS_TIME_EXPR (xTaskGetTickCount()) /*Expression evaluating to current system time in ms*/
#endif /*LV_TICK_CUSTOM*/