7 lines
109 B
C
7 lines
109 B
C
#ifndef ETH_TASK_H_
|
|
#define ETH_TASK_H_
|
|
|
|
void reg_task_eth(); // register ETH task
|
|
|
|
#endif /* ETH_TASK_H_ */
|