mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 02:40:27 +09:00
stm32f7: add support for stm32f7 and remram board
Signed-off-by: Frederic Morin <frederic.morin.8@gmail.com>
This commit is contained in:
committed by
KevinOConnor
parent
a3eebab4f2
commit
33b18fd62b
@@ -12,6 +12,8 @@
|
||||
#include "stm32f2xx.h"
|
||||
#elif CONFIG_MACH_STM32F4
|
||||
#include "stm32f4xx.h"
|
||||
#elif CONFIG_MACH_STM32F7
|
||||
#include "stm32f7xx.h"
|
||||
#elif CONFIG_MACH_STM32G0
|
||||
#include "stm32g0xx.h"
|
||||
#elif CONFIG_MACH_STM32G4
|
||||
|
||||
Reference in New Issue
Block a user