Skip to content

Commit a499856

Browse files
authored
Update main.cpp
Make sure printf gets '\n'
1 parent 2a4a02c commit a499856

File tree

1 file changed

+1
-1
lines changed
  • libraries/tests/mbed/serial_complete

1 file changed

+1
-1
lines changed

libraries/tests/mbed/serial_complete/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int main() {
99
MBED_HOSTTEST_DESCRIPTION(Serial Complete);
1010
MBED_HOSTTEST_START("MBED_39");
1111

12-
pc->printf("123456789");
12+
pc->printf("123456789\n");
1313

1414
while (1) {
1515
deepsleep();

0 commit comments

Comments
 (0)