CARPLAY版本整理
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
#ifndef _REMOTE_H
|
||||
#define _REMOTE_H
|
||||
|
||||
void RemoteKeyInit(void);
|
||||
#endif
|
Reference in New Issue
Block a user
@ -0,0 +1,5 @@
|
||||
#ifndef _REMOTE_H
|
||||
#define _REMOTE_H
|
||||
|
||||
void RemoteKeyInit(void);
|
||||
#endif
|