mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-05 21:18:32 +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
|
||||
struct stm32_eth {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "mip.h"
|
||||
#include "tcpip.h"
|
||||
|
||||
#if MG_ENABLE_TCPIP && defined(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
|
||||
struct tm4c_emac {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "mip.h"
|
||||
#include "tcpip.h"
|
||||
|
||||
#if MG_ENABLE_TCPIP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user