Malyan M200 core fixes (#13927)

This commit is contained in:
J.C. Nelson
2019-05-06 16:07:13 -07:00
committed by Scott Lahteine
parent a36782ac1d
commit 172abc305b
2 changed files with 10 additions and 3 deletions

View File

@ -52,8 +52,8 @@
#define END_FLASH_ADDR 0x00020000
#endif
#ifdef __STM32F1__
// For STM32F103ZET6/STM32F103VET6
#if defined(__STM32F1__) || defined(STM32F1xx) || defined(STM32F0xx)
// For STM32F103ZET6/STM32F103VET6/STM32F0xx
// SRAM (0x20000000 - 0x20010000) (64kb)
// FLASH (0x00000000 - 0x00080000) (512kb)
//