You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
149 B
12 lines
149 B
4 months ago
|
#include "../bsp/bsp_ooid.h"
|
||
|
#include "../bsp/bsp_wifi.h"
|
||
|
|
||
|
|
||
|
void L2_OID_init()
|
||
|
{
|
||
|
D_stdIO_P3(BITN4);
|
||
|
D_HighI_P5(BITN0);
|
||
|
L2_OID_WIFI_Open();
|
||
|
}
|
||
|
|