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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/OutputTask/OutputTask.cpp@48:1c7861d80d16, 2016-09-13 (annotated)
- Committer:
- jmarkel44
- Date:
- Tue Sep 13 16:00:45 2016 +0000
- Revision:
- 48:1c7861d80d16
- Child:
- 51:66b820f203a5
skeleton output task created;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jmarkel44 | 48:1c7861d80d16 | 1 | #include "global.h" |
jmarkel44 | 48:1c7861d80d16 | 2 | |
jmarkel44 | 48:1c7861d80d16 | 3 | void OutputTask(void const *args) |
jmarkel44 | 48:1c7861d80d16 | 4 | { |
jmarkel44 | 48:1c7861d80d16 | 5 | while (true) { |
jmarkel44 | 48:1c7861d80d16 | 6 | } |
jmarkel44 | 48:1c7861d80d16 | 7 | } |