From ef897bd4ef113220899a2bbd5b9992623c08b703 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 9 Nov 2015 04:29:03 +0100 Subject: [PATCH] user_loop.c: corrected a misleading comment --- src/user/user_loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/user/user_loop.c b/src/user/user_loop.c index 6d397e5..ce083fc 100644 --- a/src/user/user_loop.c +++ b/src/user/user_loop.c @@ -5,8 +5,8 @@ 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. */ + Just add your case blocks (guarded by the config options you introduced in + config.in) as shown in the commented samples. */ // #ifdef ANIMATION_MY_SIMPLE_ANIM // case 200: