1
0
Fork 0

remove whitespace

This commit is contained in:
orange 2010-03-31 16:55:10 +02:00
parent 9d3b2a6631
commit 7fa52a235a

View file

@ -144,10 +144,8 @@ PROGMEM char porn[] =
" xx\r\n"
" xx\r\n"
"\r\n"
;
void setup() {
int i;
@ -228,7 +226,6 @@ void lpPorn(PGM_P string) {
}
}
void loop() {
lpPorn(porn);
}
}