mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
16 lines
173 B
C
16 lines
173 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
|