mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
Fixed include path. Fixed typos
This commit is contained in:
parent
eb1e28e1f5
commit
42b546a6d7
@ -7,7 +7,7 @@
|
||||
* INCLUDES
|
||||
*********************/
|
||||
#include "lv_draw_img.h"
|
||||
#include "lv_log.h"
|
||||
#include "../lv_misc/lv_log.h"
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
|
@ -111,9 +111,9 @@ void lv_task_del(lv_task_t * task);
|
||||
/**
|
||||
* Set the callback the task (the function to call periodically)
|
||||
* @param task pointer to a task
|
||||
* @param taack_cb teh function to call periodically
|
||||
* @param task_cb the function to call periodically
|
||||
*/
|
||||
void lv_task_set_cb(lv_task_t * task, lv_task_cb_t taack_cb);
|
||||
void lv_task_set_cb(lv_task_t * task, lv_task_cb_t task_cb);
|
||||
|
||||
/**
|
||||
* Set new priority for a lv_task
|
||||
|
Loading…
x
Reference in New Issue
Block a user