Comment out prototype without definition (#1332)
This commit is contained in:
@@ -136,8 +136,8 @@ uint32_t lv_ll_get_len(const lv_ll_t * ll_p);
|
|||||||
* @param ll_p
|
* @param ll_p
|
||||||
* @param n1_p
|
* @param n1_p
|
||||||
* @param n2_p
|
* @param n2_p
|
||||||
*/
|
|
||||||
void lv_ll_swap(lv_ll_t * ll_p, void * n1_p, void * n2_p);
|
void lv_ll_swap(lv_ll_t * ll_p, void * n1_p, void * n2_p);
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Move a nodw before an other node in the same linked list
|
* Move a nodw before an other node in the same linked list
|
||||||
|
|||||||
Reference in New Issue
Block a user