Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 3d7c7da

Browse files
author
Antti Yli-Tokola
committed
Merge pull request #46 from ARMmbed/trace_fix
Switch to get_stdio_serial() to get traces from mbed-client
2 parents 169ad75 + 2ecacac commit 3d7c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
using namespace mbed::util;
3232

33-
Serial output(USBTX, USBRX);
33+
Serial &output = get_stdio_serial();
3434

3535
//Select binding mode: UDP or TCP
3636
M2MInterface::BindingMode SOCKET_MODE = M2MInterface::UDP;

0 commit comments

Comments
 (0)