Skip to content

Commit

Permalink
Remove unnecessary includes to fix include errors on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartF22 committed Jan 1, 2024
1 parent ea1854d commit cb0481c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion include/ETHSPI.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <Arduino.h>
//#include <esp_eth.h>
#include <esp_netif.h>

class ETHSPIClass
{
Expand Down
6 changes: 0 additions & 6 deletions src/ETHSPI.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
#include "ETHSPI.h"

#include <esp_eth.h>
#include <esp_system.h>
#include <FreeRTOS.h>
#include <driver/gpio.h>
#include <driver/spi_master.h>
#include <Arduino.h>
#include "MessageOutput.h"

// Functions from WiFiGeneric
void tcpipInit();
Expand Down

0 comments on commit cb0481c

Please sign in to comment.