BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lvgl
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
lvgl
Commits
5d53a9ed
Commit
5d53a9ed
authored
Mar 07, 2018
by
Gabor Kiss-Vamosi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix warnings
parent
c2fb0fff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lv_misc.mk
lv_misc/lv_misc.mk
+1
-0
lv_task.c
lv_misc/lv_task.c
+1
-1
No files found.
lv_misc/lv_misc.mk
View file @
5d53a9ed
...
...
@@ -10,6 +10,7 @@ CSRCS += lv_color.c
CSRCS += lv_txt.c
CSRCS += lv_ufs.c
CSRCS += lv_trigo.c
CSRCS += lv_math.c
DEPPATH += --dep-path lvgl/lv_misc
VPATH += :lvgl/lv_misc
...
...
lv_misc/lv_task.c
View file @
5d53a9ed
...
...
@@ -130,7 +130,7 @@ LV_ATTRIBUTE_TASK_HANDLER void lv_task_handler(void)
*/
lv_task_t
*
lv_task_create
(
void
(
*
task
)
(
void
*
),
uint32_t
period
,
lv_task_prio_t
prio
,
void
*
param
)
{
lv_task_t
*
new_lv_task
;
lv_task_t
*
new_lv_task
=
NULL
;
lv_task_t
*
tmp
;
/*Create task lists in order of priority from high to low*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment