diff options
| author | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-09-22 21:17:50 +0200 |
|---|---|---|
| committer | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-09-22 21:17:50 +0200 |
| commit | cefd0601b91fa642163c82021d454b3c17d8adf4 (patch) | |
| tree | 0470eaa5d2186905f439c10e2bea8e86020d5cbe /FanController/fan_controller/error.h | |
Initial commit
Diffstat (limited to 'FanController/fan_controller/error.h')
| -rw-r--r-- | FanController/fan_controller/error.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/FanController/fan_controller/error.h b/FanController/fan_controller/error.h new file mode 100644 index 0000000..7493475 --- /dev/null +++ b/FanController/fan_controller/error.h @@ -0,0 +1,20 @@ +/* Autor: Ján Sučan <jan@jansucan.sk> + * + * Zdrojove kody, ich casti a subory z nich vzniknute priamo alebo nepriamo + * (objektove subory, Intel Hex, ...) prosim nepouzivajte komercne, ani ako + * sucast komercnych diel. Vsetky ostatne pripady pouzitia su dovolene. + * + * Please don't use the source codes, their parts and files created from them + * directly or indirectly, (object files, Intel Hex files, ...) for commercial + * purposes, not even as a part of commercial products. All other use cases + * are allowed. + */ + +#ifndef ERROR_H_ +#define ERROR_H_ + +#include <stdint.h> + +void error(void); + +#endif /* ERROR_H_ */
\ No newline at end of file |
