Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression KEEPALIVEAUTO Not supported in W5100, W5200 #86

Merged

Conversation

KoynovStas
Copy link
Contributor

Chip W5100s support KEEPALIVEAUTO and this commit c2356c8 add it (this break code for W5200)

But it not supported in W5100, W5200.

We shuld use:
#if !( (_WIZCHIP_ == 5100) || (_WIZCHIP_ == 5200) )

@midnightcow midnightcow merged commit 587d26e into Wiznet:master Nov 6, 2019
@KoynovStas KoynovStas deleted the Fix_KEEPALIVEAUTO_for_w5100_w5200 branch November 6, 2019 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants