neingeist
/
arduinisten
Archived
1
0
Fork 0

remove whitespace

master
orange 14 years ago
parent 9d3b2a6631
commit 7fa52a235a

@ -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);
}
}