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 5:8ea85b4fbc76, committed 2017-02-04
- Comitter:
- JosephMarinier
- Date:
- Sat Feb 04 00:35:19 2017 +0000
- Parent:
- 4:1c2925026e7a
- Commit message:
- M?nage
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Feb 04 00:29:53 2017 +0000 +++ b/main.cpp Sat Feb 04 00:35:19 2017 +0000 @@ -15,10 +15,6 @@ Thread thread[4]; -struct message_t { - char text[6]; -}; - Queue<char, 4> *queue; MemoryPool<long, 4> *pool;