8 lines
92 B
C
8 lines
92 B
C
|
#ifndef __APP_MOTOR_H__
|
||
|
#define __APP_MOTOR_H__
|
||
|
|
||
|
void app_motor_mainProcess(void);
|
||
|
|
||
|
|
||
|
#endif
|