fix compiler errors

This commit is contained in:
Gabor Kiss-Vamosi
2019-07-08 13:00:27 +02:00
parent 7bacac488e
commit 2f29a9f361
6 changed files with 46 additions and 48 deletions

View File

@@ -287,7 +287,6 @@ lv_res_t lv_obj_del(lv_obj_t * obj);
/**
* Helper function for asynchronously deleting objects.
*
* Useful for cases where you can't delete an object directly in an `LV_EVENT_DELETE` handler (i.e. parent).
* @param obj object to delete
* @see lv_async_call