arch/arm/src/stm32: stm32_bkp.h should only be used for STM32 F1
This commit is contained in:
parent
fc387b9aa0
commit
bffa425233
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user