Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed X_NUCLEO_IHM03A1_for
Diff: iodefinition.hpp
- Revision:
- 8:310f9e4eac7b
- Parent:
- 5:2a3a64b52f54
- Child:
- 32:cfc3d7420fa5
--- a/iodefinition.hpp Tue Feb 19 17:03:53 2019 +0000 +++ b/iodefinition.hpp Mon Mar 11 06:44:59 2019 +0000 @@ -53,9 +53,5 @@ #if defined(pcSerial) Serial pc(USBTX, USBRX,250000); // serial channel for PC communication -#else - #if defined(speedTime) - Serial pc(USBTX, USBRX,256000); // serial channel for PC communication - #endif #endif