ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 211 forks source link

error: #include nested too deeply #include <Arduino.h> & error: #include nested too deeply #include "clock-arch.h" #198

Open josephvl opened 1 year ago

josephvl commented 1 year ago

When compiling the file in Arduino. I get this error code above. Can anyone help?

Thanks!

JVL