Bhavin Darji / lwip-eth

Fork of lwip-eth by Edutech IoT Team

Files at this revision

API Documentation at this revision

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) {