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/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c b/Projects/P-NUCLEO-WB55.Nucleo/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c
index 6a2ad51f8..5dbb88409 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/FreeRTOS/FreeRTOS_Signal/Src/stm32wbxx_hal_timebase_tim.c
@@ -1,7 +1,7 @@
/* USER CODE BEGIN Header */
/**
******************************************************************************
- * @file stm32g0xx_hal_timebase_tim.c
+ * @file stm32wbxx_hal_timebase_tim.c
* @author MCD Application Team
* @brief HAL time base based on the hardware TIM.
*
@@ -16,9 +16,9 @@
==============================================================================
[..]
This file must be copied to the application folder and modified as follows:
- (#) Rename it to 'stm32g0xx_hal_timebase_tim.c'
+ (#) Rename it to 'stm32wbxx_hal_timebase_tim.c'
(#) Add this file and the TIM HAL driver files to your project and make sure
- HAL_TIM_MODULE_ENABLED is defined in stm32l4xx_hal_conf.h
+ HAL_TIM_MODULE_ENABLED is defined in stm32wbxx_hal_conf.h
[..]
(@) The application needs to ensure that the time base is always set to 1 millisecond