Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/SrcWrapper/src/stm32/hw_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void hw_config_init(void)
USBD_CDC_init();
#endif

#if defined (STM32MP1xx)
#if defined (STM32MP1xx) || defined (STM32WBxx)
__HAL_RCC_HSEM_CLK_ENABLE();
#endif

Expand Down
1 change: 1 addition & 0 deletions variants/PNUCLEO_WB55RG/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ extern "C" {
#define FLASH_PAGE_NUMBER 127

#define HAL_IPCC_MODULE_ENABLED
#define HAL_HSEM_MODULE_ENABLED

#ifdef __cplusplus
} // extern "C"
Expand Down