11 lines
118 B
C
11 lines
118 B
C
|
#ifndef CALC_TASK_H
|
||
|
#define CALC_TASK_H
|
||
|
|
||
|
void path_select(void);
|
||
|
void cal_task(void);
|
||
|
void calc_init(void);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|