You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
I'm building a project where I hope to use the W5100S with the LWIP IP stack, and
noticed gcc complaining about several set but unused (never read) variables.
I'm building a project where I hope to use the W5100S with the LWIP IP stack, and
noticed gcc complaining about several set but unused (never read) variables.
For example, in w5x00_lwip.c:110:
send_len
is set but never used.crc
calculated byethernet_frame_crc
is never used.The example code seems to work, so I assume (2) is okay because the W5100S calculates the CRC?
Is this repository the best reference for using the W5100S with LWIP, or should I be looking elsewhere?
The text was updated successfully, but these errors were encountered: