Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu/stm32/periph_eth: fix typo in initialization code
A single character type resulted in way fewer TX descriptors being available than allocated. Not only resulted this in wasting memory, but also when more iolist chunks than descriptors are send, the ```C assert(iolist_count(iolist) <= ETH_TX_DESCRIPTOR_COUNT); ``` does not trigger. As a result, old TX descriptors are being overwritten in this case. (cherry picked from commit 82fbe08)
- Loading branch information