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