mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef __FS0_TASK_H__
|
|
#define __FS0_TASK_H__
|
|
|
|
#define __TASKNAME__ "FS0"
|
|
|
|
#endif /* __FS0_TASK_H__ */
|
|
|