remove whitespace
This commit is contained in:
parent
9d3b2a6631
commit
7fa52a235a
1 changed files with 1 additions and 4 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue