mirror of https://github.com/ARMmbed/mbed-os.git
Added guard for DEVICE_EMAC in wifi_emac_api.cpp
parent
62bc6869e8
commit
394796f47e
|
@ -1,3 +1,4 @@
|
||||||
|
#if DEVICE_EMAC
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "cb_main.h"
|
#include "cb_main.h"
|
||||||
|
@ -325,3 +326,4 @@ void wifi_emac_init_mem(void)
|
||||||
cbWLANTARGET_registerCallbacks((cbWLANTARGET_Callback*)&_wlanTargetCallback);
|
cbWLANTARGET_registerCallbacks((cbWLANTARGET_Callback*)&_wlanTargetCallback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue