From a87f4388e5fb39667737e04eba4db4f425282b1a Mon Sep 17 00:00:00 2001 From: seyyah Date: Mon, 11 Feb 2019 13:25:11 +0300 Subject: [PATCH] Typo: sonething -> something --- lv_conf_templ.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index 4981e9aa9..b6c7c0e29 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -142,7 +142,7 @@ /*HAL settings*/ #define LV_TICK_CUSTOM 0 /*1: use a custom tick source (removing the need to manually update the tick with `lv_tick_inc`) */ #if LV_TICK_CUSTOM == 1 -#define LV_TICK_CUSTOM_INCLUDE "sonething.h" /*Header for the sys time function*/ +#define LV_TICK_CUSTOM_INCLUDE "something.h" /*Header for the sys time function*/ #define LV_TICK_CUSTOM_SYS_TIME_EXPR (millis()) /*Expression evaluating to current systime in ms*/ #endif /*LV_TICK_CUSTOM*/