From cbcfb4494213baad50e45b5987b524a14b95fa9f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 15 Apr 2015 20:13:56 -0600 Subject: [PATCH] STM32 IWDG typo fix. from chenming582892 --- arch/arm/src/stm32/stm32_iwdg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 arch/arm/src/stm32/stm32_iwdg.c diff --git a/arch/arm/src/stm32/stm32_iwdg.c b/arch/arm/src/stm32/stm32_iwdg.c old mode 100644 new mode 100755 index e45823bab0..cb4207ecc8 --- a/arch/arm/src/stm32/stm32_iwdg.c +++ b/arch/arm/src/stm32/stm32_iwdg.c @@ -45,7 +45,7 @@ #include #include -#include +#include #include #include "up_arch.h"