Update main.cpp

Make sure printf gets '\n'
pull/1949/head
Sam Grove 2016-06-15 15:00:24 +01:00 committed by GitHub
parent 2a4a02caa7
commit a499856b4f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ int main() {
MBED_HOSTTEST_DESCRIPTION(Serial Complete);
MBED_HOSTTEST_START("MBED_39");
pc->printf("123456789");
pc->printf("123456789\n");
while (1) {
deepsleep();