Comment out prototype without definition (#1332)

This commit is contained in:
Amir Gonnen
2019-12-26 21:48:47 +02:00
committed by embeddedt
parent d3f195e022
commit 4267acba0d

View File

@@ -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