Skip to content

Commit 4e25050

Browse files
committed
[QSPI] Able to build without HAL module
Note: no size change Signed-off-by: Frederic Pillon <[email protected]>
1 parent e0e90cc commit 4e25050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cores/arduino/stm32/stm32yyxx_hal_conf.h

+4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@
6565
#undef HAL_SD_MODULE_ENABLED
6666
#endif
6767

68+
#if !defined(HAL_QSPI_MODULE_DISABLED)
6869
/*#define HAL_QSPI_MODULE_ENABLED*/
70+
#else
71+
#undef HAL_QSPI_MODULE_ENABLED
72+
#endif
6973

7074
/*
7175
* Disabled HAL modules, handled thanks Arduino menu

0 commit comments

Comments
 (0)