Support Black STM32F407VET6 with RAMPS-like shield (#13524)

This commit is contained in:
Alexander Gavrilenko
2019-04-05 23:30:19 +03:00
committed by Scott Lahteine
parent 0dfd76ba55
commit 3c47e1b4d1
18 changed files with 6229 additions and 3 deletions

View File

@ -36,8 +36,10 @@
#if ENABLED(EEPROM_EMULATED_WITH_SRAM)
#if STM32F7xx
#include "stm32f7xx_ll_pwr.h"
#elif STM32F4xx
#include "stm32f4xx_ll_pwr.h"
#else
#error "EEPROM_EMULATED_WITH_SRAM is currently only supported for STM32F7xx"
#error "EEPROM_EMULATED_WITH_SRAM is currently only supported for STM32F4xx and STM32F7xx"
#endif
#endif // EEPROM_EMULATED_WITH_SRAM