neingeist
/
arduinisten
Archived
1
0
Fork 0

remove whitespace

master
orange 15 years ago
parent 9d3b2a6631
commit 7fa52a235a

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