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@3:b2f492431ec3, 2021-09-23 (annotated)
- Committer:
- grisha_b13
- Date:
- Thu Sep 23 18:17:20 2021 +0000
- Revision:
- 3:b2f492431ec3
- Parent:
- 1:3c3390d4e97b
20_09_21
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 |