root / proj / proj_func.h @ 156
History | View | Annotate | Download (354 Bytes)
1 |
#ifndef PROJ_FUNC_H_INCLUDED
|
---|---|
2 |
#define PROJ_FUNC_H_INCLUDED
|
3 |
|
4 |
/**
|
5 |
* @brief Cleans up all memory, unsubscribes interrupts.
|
6 |
* @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
|
7 |
* @see {_ERRORS_H_::errors}
|
8 |
*/
|
9 |
int cleanup(void); |
10 |
|
11 |
#endif /* end of include guard: PROJ_FUNC_H_INCLUDED */ |