Jürgen Schüle / Mbed 2 deprecated Nucleo-F091_GettingStarted

Dependencies:   mbed

Revision:
12:27055a1b43ed
Parent:
11:9080f0d4fd85
--- a/main.cpp	Mon Mar 11 12:32:47 2019 +0000
+++ b/main.cpp	Fri Dec 20 15:23:06 2019 +0000
@@ -15,7 +15,7 @@
     - substitute pc.printf() by printf()
  */
 
-Serial pc(SERIAL_TX, SERIAL_RX); 
+Serial pc(SERIAL_TX, SERIAL_RX, 115200); 
 //9600, 8 data bits, no parity,1 stop bit,no flow control
 DigitalOut onboardLed(LED1);
 DigitalIn userButton(BUTTON1, PullUp);