Skip to content

Commit 6cb2b72

Browse files
committed
[L4] Update stm32l4xx_hal_conf_default.h
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 096ab6f commit 6cb2b72

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

system/STM32L4xx/stm32l4xx_hal_conf_default.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ extern "C" {
7070
#define HAL_OPAMP_MODULE_ENABLED
7171
#define HAL_OSPI_MODULE_ENABLED
7272
#define HAL_PCD_MODULE_ENABLED
73+
#define HAL_PKA_MODULE_ENABLED
74+
#define HAL_PSSI_MODULE_ENABLED
7375
#define HAL_PWR_MODULE_ENABLED
7476
#define HAL_QSPI_MODULE_ENABLED
7577
#define HAL_RCC_MODULE_ENABLED
@@ -396,6 +398,14 @@ in voltage and temperature.*/
396398
#include "stm32l4xx_hal_pcd.h"
397399
#endif /* HAL_PCD_MODULE_ENABLED */
398400

401+
#ifdef HAL_PKA_MODULE_ENABLED
402+
#include "stm32l4xx_hal_pka.h"
403+
#endif /* HAL_PKA_MODULE_ENABLED */
404+
405+
#ifdef HAL_PSSI_MODULE_ENABLED
406+
#include "stm32l4xx_hal_pssi.h"
407+
#endif /* HAL_PSSI_MODULE_ENABLED */
408+
399409
#ifdef HAL_PWR_MODULE_ENABLED
400410
#include "stm32l4xx_hal_pwr.h"
401411
#endif /* HAL_PWR_MODULE_ENABLED */
@@ -464,7 +474,7 @@ in voltage and temperature.*/
464474
#ifdef USE_FULL_ASSERT
465475
/**
466476
* @brief The assert_param macro is used for function's parameters check.
467-
* @param expr: If expr is false, it calls assert_failed function
477+
* @param expr If expr is false, it calls assert_failed function
468478
* which reports the name of the source file and the source
469479
* line number of the call that failed.
470480
* If expr is true, it returns no value.

0 commit comments

Comments
 (0)