Minor, added stack check before include
This commit is contained in:
@@ -44,12 +44,13 @@
|
|||||||
#include "Thread.hpp"
|
#include "Thread.hpp"
|
||||||
#include "Phy.hpp"
|
#include "Phy.hpp"
|
||||||
|
|
||||||
#include "netif/etharp.h"
|
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#include "rpc.h"
|
#include "rpc.h"
|
||||||
|
|
||||||
|
#if defined(SDK_LWIP)
|
||||||
|
#include "netif/etharp.h"
|
||||||
#include "lwip.hpp"
|
#include "lwip.hpp"
|
||||||
// #include "jip.hpp"
|
#endif
|
||||||
|
|
||||||
#if defined(SDK_PICOTCP)
|
#if defined(SDK_PICOTCP)
|
||||||
#include "picotcp.hpp"
|
#include "picotcp.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user