Removed trailing spaces

pull/207/head
Przemek Wirkus 2014-03-11 15:37:43 +00:00
parent 02a0f4d321
commit 9105963e2c
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
int main() {
char buf[256];
Serial pc(TXPIN, RXPIN);
pc.baud(115200);
while (1) {
pc.gets(buf, 256);
pc.printf("%s", buf);
}
}