Browse Source

removed forgotten debugging stuff

feature/2015
Christian Kroll 14 years ago
parent
commit
b3276d75d4
  1. 3
      animations/mherweg.c

3
animations/mherweg.c

@ -215,9 +215,6 @@ void rectangles()
// schräge linien die aufblitzen // schräge linien die aufblitzen
void lines1() void lines1()
{ {
line((pixel){0, 15}, (pixel){15, 15}, 3);
wait(10000);
unsigned char value, n, x, y, h, w; unsigned char value, n, x, y, h, w;
unsigned int delay = 500; unsigned int delay = 500;
clear_screen(0); clear_screen(0);

Loading…
Cancel
Save