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.cpp
- Committer:
- grisha_b13
- Date:
- 2021-09-19
- Revision:
- 1:3c3390d4e97b
- Child:
- 2:c86c0f8dca14
File content as of revision 1:3c3390d4e97b:
/******************* логическая задача 1 ************************/
#include "ext_vars.h"
int task(){
int sts = 0;
sts = 1;
return sts;
}