Fix some naming errors that were recently introduced with mass substirutions

This commit is contained in:
David Sidrane 2016-06-14 09:42:04 -06:00 committed by Gregory Nutt
parent 01ee8ccc6c
commit 0bded28cf3
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
#include "up_arch.h"
#include "stm32_rcc.h"
#include "chip/stm32_errmcu.h"
#include "chip/stm32_dbgmcu.h"
#include "stm32_wdg.h"
#if defined(CONFIG_WATCHDOG) && defined(CONFIG_STM32_IWDG)

View File

@ -49,7 +49,7 @@
#include <arch/board/board.h>
#include "up_arch.h"
#include "chip/stm32_errmcu.h"
#include "chip/stm32_dbgmcu.h"
#include "stm32_wdg.h"
#if defined(CONFIG_WATCHDOG) && defined(CONFIG_STM32_WWDG)