stm32: Initial support for stm32f070
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
|
||||
#include "autoconf.h" // CONFIG_MACH_STM32F1
|
||||
|
||||
#if CONFIG_MACH_STM32F1
|
||||
#if CONFIG_MACH_STM32F0
|
||||
#include "stm32f0xx.h"
|
||||
#elif CONFIG_MACH_STM32F1
|
||||
#include "stm32f1xx.h"
|
||||
#else
|
||||
#elif CONFIG_MACH_STM32F4
|
||||
#include "stm32f4xx.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user