We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62a7c9 commit 2124d42Copy full SHA for 2124d42
libraries/EEPROM/src/utility/stm32_eeprom.c
@@ -26,7 +26,7 @@ extern "C" {
26
#endif
27
28
/* Be able to change FLASH_BANK_NUMBER to use if relevant */
29
-#if !defined(FLASH_BANK_NUMBER) && defined(FLASH_BANK_1)
+#if !defined(FLASH_BANK_NUMBER) && defined(FLASH_BANK_1) && !defined(STM32WBAxx)
30
#if defined(FLASH_BANK_2)
31
#define FLASH_BANK_NUMBER FLASH_BANK_2
32
#else /* FLASH_BANK_1 */
0 commit comments