V3.0.0
This commit is contained in:
parent
a01f903125
commit
9b15db5069
5
ee.c
5
ee.c
|
@ -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
1
ee.h
|
@ -35,7 +35,6 @@ extern "C"
|
|||
************** Public Definitions
|
||||
************************************************************************************************************/
|
||||
|
||||
// none
|
||||
|
||||
/************************************************************************************************************
|
||||
************** Public struct/enum
|
||||
|
|
Loading…
Reference in New Issue
Block a user