Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip-eth by
Revision 35:76e3c48fda17, committed 2018-02-28
- Comitter:
- brdarji
- Date:
- Wed Feb 28 06:13:13 2018 +0000
- Parent:
- 34:ea2fc2e38c1c
- Commit message:
- stm32f4_emac file updated
Changed in this revision
arch/TARGET_STM/stm32f4_emac.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/arch/TARGET_STM/stm32f4_emac.c Wed Feb 28 06:05:00 2018 +0000 +++ b/arch/TARGET_STM/stm32f4_emac.c Wed Feb 28 06:13:13 2018 +0000 @@ -57,7 +57,7 @@ */ void HAL_ETH_MspInit(ETH_HandleTypeDef* heth) { - uint8_t i; //db + uint8_t i; GPIO_InitTypeDef GPIO_InitStruct; if (heth->Instance == ETH) {