ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VP_SDK / VP_Com / elinux / vp_com_interface.c
1 /**
2  *  \file     vp_com_interface.h
3  *  \brief    Com Api for video sdk. Private definitions.
4  *  \brief    Provide default behavior of a vp products
5  */
6
7 #include <VP_Os/vp_os_delay.h>
8
9 #include <VP_Com/vp_com.h>
10 #include <VP_Com/vp_com_error.h>
11 #include "vp_com_interface.h"
12
13 C_RESULT vp_com_start_exti(void)
14 {
15   return VP_COM_OK;
16 }
17
18 #ifdef USE_WIFI
19
20 C_RESULT vp_com_wait_set_ssid(void)
21 {
22   vp_os_delay(500);
23
24   return VP_COM_OK;
25 }
26
27 C_RESULT vp_com_wait_scan_complete(void)
28 {
29   vp_os_delay(500);
30
31   return VP_COM_OK;
32 }
33
34 #endif // < USE_WIFI