mirror of https://github.com/ARMmbed/mbed-os.git
Removed trailing spaces
parent
02a0f4d321
commit
9105963e2c
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue