Files
TAIXIN/sdk/app/remoteControl/remote_control.h

8 lines
102 B
C
Raw Permalink Normal View History

#ifndef __REMOTE_CONTROL_H
#define __REMOTE_CONTROL_H
void remote_control_Server(int port);
#endif