Skip to content

Commit baa9e86

Browse files
committed
[QSPI] Able to build without HAL module
Note: no size change Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 70ce610 commit baa9e86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cores/arduino/stm32/stm32yyxx_hal_conf.h

+4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@
6161
#undef HAL_SD_MODULE_ENABLED
6262
#endif
6363

64+
#if !defined(HAL_QSPI_MODULE_DISABLED)
6465
/*#define HAL_QSPI_MODULE_ENABLED*/
66+
#else
67+
#undef HAL_QSPI_MODULE_ENABLED
68+
#endif
6569

6670
/*
6771
* Disabled HAL modules, handled thanks Arduino menu

0 commit comments

Comments
 (0)