Browse Source

user_loop.c: corrected a misleading comment

feature/2017
Christian Kroll 9 years ago
parent
commit
ef897bd4ef
  1. 4
      src/user/user_loop.c

4
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:

Loading…
Cancel
Save