From dda8f613637e86b9162510423c7973f129847480 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 9 Nov 2015 03:37:13 +0100 Subject: [PATCH] fixed typo in sample file --- src/user/user_loop.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/user/user_loop.c b/src/user/user_loop.c index aebe851..6d397e5 100644 --- a/src/user/user_loop.c +++ b/src/user/user_loop.c @@ -2,9 +2,8 @@ meant to be included in the official Borgware-2D repository. It is inserted at the middle of the big switch/case block of the - src/display_loop.c file. Please make sure that your use a mode number - greater or equal than 200 to avoid conflicts with newer upstream - animations. + src/display_loop.c file. Please make sure that you use a mode number + 200<=n<=252 to avoid conflicts with newer upstream animations. Just add your header #include directives as shown in the commented samples. */