mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Fix headers (drivers) (#2081)
Co-authored-by: Jean-Francois Simon <jfsimon@startmail.com>
This commit is contained in:
parent
6423b4cbb9
commit
2c5c46dc48
@ -1,4 +1,4 @@
|
|||||||
#include "mip.h"
|
#include "tcpip.h"
|
||||||
|
|
||||||
#if MG_ENABLE_TCPIP && MG_ENABLE_DRIVER_STM32
|
#if MG_ENABLE_TCPIP && MG_ENABLE_DRIVER_STM32
|
||||||
struct stm32_eth {
|
struct stm32_eth {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "mip.h"
|
#include "tcpip.h"
|
||||||
|
|
||||||
#if MG_ENABLE_TCPIP && defined(MG_ENABLE_DRIVER_STM32H) && \
|
#if MG_ENABLE_TCPIP && defined(MG_ENABLE_DRIVER_STM32H) && \
|
||||||
MG_ENABLE_DRIVER_STM32H
|
MG_ENABLE_DRIVER_STM32H
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "mip.h"
|
#include "tcpip.h"
|
||||||
|
|
||||||
#if MG_ENABLE_TCPIP && defined(MG_ENABLE_DRIVER_TM4C) && MG_ENABLE_DRIVER_TM4C
|
#if MG_ENABLE_TCPIP && defined(MG_ENABLE_DRIVER_TM4C) && MG_ENABLE_DRIVER_TM4C
|
||||||
struct tm4c_emac {
|
struct tm4c_emac {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "mip.h"
|
#include "tcpip.h"
|
||||||
|
|
||||||
#if MG_ENABLE_TCPIP
|
#if MG_ENABLE_TCPIP
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user