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.
11 lines
160 B
11 lines
160 B
#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();
|
|
}
|
|
|
|
|