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.
|
/*
|
|
* application.h
|
|
*
|
|
* Created on: 25.11.2022
|
|
* Author: jonas
|
|
*/
|
|
|
|
#ifndef MAIN_APPLICATION_H_
|
|
#define MAIN_APPLICATION_H_
|
|
|
|
void Application_Start(void);
|
|
|
|
#endif /* MAIN_APPLICATION_H_ */
|
|
|