arch/arm/src/stm32: stm32_bkp.h should only be used for STM32 F1

This commit is contained in:
Gregory Nutt 2018-01-26 11:26:40 -06:00
parent fc387b9aa0
commit bffa425233

View File

@ -42,8 +42,10 @@
#include <nuttx/config.h>
#include "chip.h"
#include "chip/stm32_bkp.h"
#ifdef CONFIG_STM32_STM32F10XX
# include "chip.h"
# include "chip/stm32_bkp.h"
#endif
/************************************************************************************
* Pre-processor Definitions