move define macro to lv_txt.c

This commit is contained in:
Brian Pugh
2019-01-10 19:07:36 -08:00
parent 56fd6d944c
commit d8aa9bfa1d
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
* DEFINES
*********************/
#define NO_BREAK_FOUND UINT32_MAX
#define LV_TXT_LINE_BREAK_LONG_MIN_LEN 3 /* Minimum number of characters of a word to put on a line before a break */
/**********************
* TYPEDEFS
-1
View File
@@ -28,7 +28,6 @@ extern "C" {
* DEFINES
*********************/
#define LV_TXT_COLOR_CMD "#"
#define LV_TXT_LINE_BREAK_LONG_MIN_LEN 3 /* Minimum number of characters of a word to put on a line before a break */
/**********************
* TYPEDEFS