From 6e6f11672309bdd14f65a43b858db2de8069dae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 24 Sep 2018 22:03:52 +0200 Subject: [PATCH] Undef macro --- raycastlib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raycastlib.h b/raycastlib.h index adf19af..2ae4c10 100644 --- a/raycastlib.h +++ b/raycastlib.h @@ -1122,6 +1122,8 @@ static inline int16_t _RCL_drawHorizontal( loop(1,1) } + #undef loop + return limit; }