mirror of
https://github.com/esp8266/Arduino.git
synced 2026-01-06 05:22:30 +03:00
15
tests/host/common/MocklwIP.h
Normal file
15
tests/host/common/MocklwIP.h
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#ifndef __MOCKLWIP_H
|
||||
#define __MOCKLWIP_H
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
#include <user_interface.h>
|
||||
#include <lwip/netif.h>
|
||||
|
||||
extern netif netif0;
|
||||
|
||||
} // extern "C"
|
||||
|
||||
#endif // __MOCKLWIP_H
|
||||
Reference in New Issue
Block a user