From cf094b6afc3d3682bddb3a9c87afb999d55fb86f Mon Sep 17 00:00:00 2001 From: SummerGift Date: Fri, 20 Oct 2017 18:42:30 +0800 Subject: [PATCH] update apollo bsp --- bsp/stm32f429-apollo/.config | 4 ---- bsp/stm32f429-apollo/rtconfig.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/bsp/stm32f429-apollo/.config b/bsp/stm32f429-apollo/.config index 5d12c9fcc0..6b924d225b 100644 --- a/bsp/stm32f429-apollo/.config +++ b/bsp/stm32f429-apollo/.config @@ -230,7 +230,3 @@ CONFIG_RT_USING_UART1=y CONFIG_RT_USING_UART2=y CONFIG_RT_USING_UART3=y CONFIG_RT_USING_SPI5=y - -# -# BSP_LWIP CONFIG -# diff --git a/bsp/stm32f429-apollo/rtconfig.h b/bsp/stm32f429-apollo/rtconfig.h index 65a347ded1..755c342cec 100644 --- a/bsp/stm32f429-apollo/rtconfig.h +++ b/bsp/stm32f429-apollo/rtconfig.h @@ -206,7 +206,4 @@ #define RT_USING_UART3 #define RT_USING_SPI5 -/* BSP_LWIP CONFIG */ - - #endif -- GitLab