mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
15 lines
178 B
C
15 lines
178 B
C
|
|
#ifndef __MOCKLWIP_H
|
|
#define __MOCKLWIP_H
|
|
|
|
extern "C"
|
|
{
|
|
#include <user_interface.h>
|
|
#include <lwip/netif.h>
|
|
|
|
extern netif netif0;
|
|
|
|
} // extern "C"
|
|
|
|
#endif // __MOCKLWIP_H
|