Fix headers (drivers) (#2081)

Co-authored-by: Jean-Francois Simon <jfsimon@startmail.com>
This commit is contained in:
Jean-François Simon 2023-02-21 16:39:53 +01:00 committed by GitHub
parent 6423b4cbb9
commit 2c5c46dc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include "mip.h"
#include "tcpip.h"
#if MG_ENABLE_TCPIP && MG_ENABLE_DRIVER_STM32
struct stm32_eth {

View File

@ -1,4 +1,4 @@
#include "mip.h"
#include "tcpip.h"
#if MG_ENABLE_TCPIP && defined(MG_ENABLE_DRIVER_STM32H) && \
MG_ENABLE_DRIVER_STM32H

View File

@ -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 {

View File

@ -1,4 +1,4 @@
#include "mip.h"
#include "tcpip.h"
#if MG_ENABLE_TCPIP