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.
Revision 6:d10e992a37b1, committed 2022-06-04
- Comitter:
- Giamarchi
- Date:
- Sat Jun 04 16:29:45 2022 +0000
- Parent:
- 5:d7980521e9e6
- Commit message:
- MAJ
Changed in this revision
soft_uart.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/soft_uart.cpp Thu Jun 10 20:05:20 2021 +0000 +++ b/soft_uart.cpp Sat Jun 04 16:29:45 2022 +0000 @@ -44,7 +44,7 @@ // Turns off the receive function. // 6. void putchar( char ) // Writes a character to the serial port. - #include "mbed.h" +#include "mbed.h" #include <stdio.h> #define BAUD_RATE 9600