Skip to content

Commit

Permalink
Code review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg committed Aug 6, 2024
1 parent c9efcb3 commit 43ed851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/portable/NetworkInterface/STM32Hxx/NetworkInterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
#define niEMAC_HANDLER_TASK_PRIORITY configMAX_PRIORITIES - 1
#endif

#ifndef ipconfigEMAC_WATCHDOG_TIMER
#define ipconfigEMAC_WATCHDOG_TIMER()
#ifndef ipconfigEMAC_TASK_HOOK
#define ipconfigEMAC_TASK_HOOK()
#endif

/* Bit map of outstanding ETH interrupt events for processing. */
Expand Down Expand Up @@ -1196,7 +1196,7 @@ static void prvEMACHandlerTask( void * pvParameters )
prvEthernetUpdateConfig( pdFALSE );
}
}
ipconfigEMAC_WATCHDOG_TIMER();
ipconfigEMAC_TASK_HOOK();
}
}

Expand Down

0 comments on commit 43ed851

Please sign in to comment.