Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6bca23cad802bcc8d47cab1053c6a5b2be0f698b
Choose a base ref
..
head repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8641a63aed2d7a7b6f4e162d7d08c096239102a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/utility/HCISharedMemTransport.cpp
2 changes: 1 addition & 1 deletion src/utility/HCISharedMemTransport.cpp
Original file line number Diff line number Diff line change
@@ -556,7 +556,7 @@ void HCISharedMemTransportClass::start_ble_rf(void)
/* HW semaphore Clock is enabled for this variant */
LL_AHB3_GRP1_EnableClock(LL_AHB3_GRP1_PERIPH_HSEM);

//* This prevents the CPU2 (M0+) to configure RCC */
/* This prevents the CPU2 (M0+) to configure RCC */
while (LL_HSEM_1StepLock(HSEM, CFG_HW_RCC_SEMID));

#ifdef LL_APB1_GRP1_PERIPH_PWR