From 4267acba0d50649d177b090636be3c9a8aa9df73 Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Thu, 26 Dec 2019 21:48:47 +0200 Subject: [PATCH] Comment out prototype without definition (#1332) --- src/lv_misc/lv_ll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_misc/lv_ll.h b/src/lv_misc/lv_ll.h index 3c05c1e90..2ac66a48f 100644 --- a/src/lv_misc/lv_ll.h +++ b/src/lv_misc/lv_ll.h @@ -136,8 +136,8 @@ uint32_t lv_ll_get_len(const lv_ll_t * ll_p); * @param ll_p * @param n1_p * @param 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