Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c b/Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c
index c0f6aae6e..9b2426992 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Examples/PKA/PKA_ECDSA_Verify/Src/main.c
@@ -212,6 +212,11 @@ void SystemClock_Config(void)
{
Error_Handler();
}
+ /** Initializes the peripherals clocks
+ */
+ /* USER CODE BEGIN Smps */
+
+ /* USER CODE END Smps */
}
/**