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 Prog_rele mbed-rtos
src/task.h@1:3c3390d4e97b, 2021-09-19 (annotated)
- Committer:
- grisha_b13
- Date:
- Sun Sep 19 13:29:11 2021 +0000
- Revision:
- 1:3c3390d4e97b
prog rele
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| grisha_b13 | 1:3c3390d4e97b | 1 | #ifndef TASK_H |
| grisha_b13 | 1:3c3390d4e97b | 2 | #define TASK_H |
| grisha_b13 | 1:3c3390d4e97b | 3 | int task(); |
| grisha_b13 | 1:3c3390d4e97b | 4 | #endif |
| grisha_b13 | 1:3c3390d4e97b | 5 |