This commit is contained in:
Nima Askari (نیما عسکری) 2024-03-25 21:04:49 +01:00
parent a01f903125
commit 9b15db5069
2 changed files with 2 additions and 4 deletions

5
ee.c
View File

@ -114,9 +114,9 @@
#endif
#endif
#if defined FLASH_BANK_2)
#if defined FLASH_BANK_2
#define EE_BANK_SELECT FLASH_BANK_2
#elif (defined FLASH_BANK_1)
#elif defined FLASH_BANK_1
#define EE_BANK_SELECT FLASH_BANK_1
#endif
@ -150,7 +150,6 @@ EE_HandleTypeDef eeHandle;
************** Private Functions
************************************************************************************************************/
// none
/************************************************************************************************************
************** Public Functions

1
ee.h
View File

@ -35,7 +35,6 @@ extern "C"
************** Public Definitions
************************************************************************************************************/
// none
/************************************************************************************************************
************** Public struct/enum