Revert "Fix eeprom for Durgod boards (#14324)"

This reverts commit 1a494da288.
This commit is contained in:
Ilya Zhuravlev 2021-09-12 12:58:23 -04:00
parent 10362777a5
commit ffc3cc5400

View File

@ -25,7 +25,7 @@
# ifndef FEE_PAGE_COUNT # ifndef FEE_PAGE_COUNT
# define FEE_PAGE_COUNT 2 // How many pages are used # define FEE_PAGE_COUNT 2 // How many pages are used
# endif # endif
# elif defined(STM32F103xE) || defined(STM32F303xC) || defined(STM32F072xB) || defined(STM32F070xB) # elif defined(STM32F103xE) || defined(STM32F303xC) || defined(STM32F072xB)
# ifndef FEE_PAGE_SIZE # ifndef FEE_PAGE_SIZE
# define FEE_PAGE_SIZE 0x800 // Page size = 2KByte # define FEE_PAGE_SIZE 0x800 // Page size = 2KByte
# endif # endif
@ -38,7 +38,7 @@
#if !defined(FEE_MCU_FLASH_SIZE) #if !defined(FEE_MCU_FLASH_SIZE)
# if defined(STM32F042x6) # if defined(STM32F042x6)
# define FEE_MCU_FLASH_SIZE 32 // Size in Kb # define FEE_MCU_FLASH_SIZE 32 // Size in Kb
# elif defined(STM32F103xB) || defined(STM32F072xB) || defined(STM32F070xB) # elif defined(STM32F103xB) || defined(STM32F072xB)
# define FEE_MCU_FLASH_SIZE 128 // Size in Kb # define FEE_MCU_FLASH_SIZE 128 // Size in Kb
# elif defined(STM32F303xC) # elif defined(STM32F303xC)
# define FEE_MCU_FLASH_SIZE 256 // Size in Kb # define FEE_MCU_FLASH_SIZE 256 // Size in Kb