10 lines
207 B
C
10 lines
207 B
C
|
|
#ifndef __USER_APP_H
|
||
|
|
#define __USER_APP_H
|
||
|
|
int sys_app_bbm_cam_init(void);
|
||
|
|
int sys_app_bbm_lcd_init(void);
|
||
|
|
int sys_app_walkie_talkie_init(void);
|
||
|
|
int sys_app_fpv_init(void);
|
||
|
|
|
||
|
|
void sys_wifi_pair_init();
|
||
|
|
|
||
|
|
#endif
|