Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid memory allocation in Ethernet callbacks
std::bind can cause a memory allocation to occur during the periodic polling interrupt which is a very bad thing. Use a lambda instead. Fixes #1812
- Loading branch information