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 2:65ff74ea1476, committed 2019-03-07
- Comitter:
- Ritzerk
- Date:
- Thu Mar 07 16:33:37 2019 +0000
- Parent:
- 1:5438da9e6654
- Commit message:
- Removed mutex, serial already uses mutex
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 07 16:29:56 2019 +0000 +++ b/main.cpp Thu Mar 07 16:33:37 2019 +0000 @@ -4,7 +4,6 @@ osThreadId ISRthreadId; RawSerial pc(USBTX, USBRX); -Mutex serial_mutex; DigitalOut myled(LED1); DigitalOut myled4(LED4);