4 changed files with 4 additions and 23 deletions
@ -1,11 +0,0 @@ |
|||||
#include "../bsp/bsp_ooid.h" |
|
||||
#include "../bsp/bsp_wifi.h" |
|
||||
|
|
||||
void L2_OID_init() |
|
||||
{ |
|
||||
D_HighI_P3(BITN4); |
|
||||
P34 = 0; |
|
||||
D_HighR_P5(BITN0); |
|
||||
L2_OID_WIFI_Open(); |
|
||||
} |
|
||||
|
|
@ -1,8 +0,0 @@ |
|||||
#ifndef BSP_OOID_H |
|
||||
#define BSP_OOID_H |
|
||||
|
|
||||
#include "bsp_config.h" |
|
||||
|
|
||||
extern void L2_OID_init(); |
|
||||
|
|
||||
#endif |
|
Loading…
Reference in new issue