From 0c449dc99ec8a8674648e35798c5907636d5790d Mon Sep 17 00:00:00 2001 From: fpr Date: Mon, 16 Oct 2017 16:37:26 +0200 Subject: [PATCH] Add timer definition for Ethernet library Signed-off-by: fpr --- variants/NUCLEO_F429ZI/Ethernet/lwipopts.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/variants/NUCLEO_F429ZI/Ethernet/lwipopts.h b/variants/NUCLEO_F429ZI/Ethernet/lwipopts.h index ae718cba6a..585aaf6f6a 100644 --- a/variants/NUCLEO_F429ZI/Ethernet/lwipopts.h +++ b/variants/NUCLEO_F429ZI/Ethernet/lwipopts.h @@ -246,6 +246,10 @@ The STM32F4x7 allows computing and verifying the IP, UDP, TCP and ICMP checksums * an operating system. */ //#define ETH_INPUT_USE_IT 1 +/** Select a default timer used to call ethernet scheduler at regular interval. + */ +// #define DEFAULT_ETHERNET_TIMER TIM14 + #endif /* __LWIPOPTS_H__ */ /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/