Skip to content

Commit

Permalink
V3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaltd committed Mar 25, 2024
1 parent a01f903 commit 9b15db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ee.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -150,7 +150,6 @@ EE_HandleTypeDef eeHandle;
************** Private Functions
************************************************************************************************************/

// none

/************************************************************************************************************
************** Public Functions
Expand Down
1 change: 0 additions & 1 deletion ee.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ extern "C"
************** Public Definitions
************************************************************************************************************/

// none

/************************************************************************************************************
************** Public struct/enum
Expand Down

0 comments on commit 9b15db5

Please sign in to comment.