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.
Diff: RTOS-Setup/inc/tasks.h
- Revision:
- 26:4a3323ee36d5
- Parent:
- 22:ef8aa9728013
- Child:
- 27:18b6580eb0b1
--- a/RTOS-Setup/inc/tasks.h Thu May 08 13:35:13 2014 +0000 +++ b/RTOS-Setup/inc/tasks.h Sat May 10 01:04:17 2014 +0000 @@ -11,7 +11,8 @@ #define _TASKS_H_ #include "Task1.h" -#include "Task2.h" +#include "Task2_Master.h" +#include "Task2_Slave.h" #include "Task3.h" #include "Task4.h"