Advanced Distributed Systems module at HSLU
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
172 B

/*
* task.h
*
* Created on: 03.11.2022
* Author: jonas
*/
#ifndef MAIN_MYTASK_H_
#define MAIN_MYTASK_H_
void MyTask_Start(void);
#endif /* MAIN_MYTASK_H_ */