Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_STM/hal_tick_32b.c
- Revision:
- 161:2cc1468da177
- Parent:
- 160:d5399cc887bb
--- a/targets/TARGET_STM/hal_tick_32b.c Tue Mar 14 16:40:56 2017 +0000 +++ b/targets/TARGET_STM/hal_tick_32b.c Thu Mar 30 13:45:57 2017 +0100 @@ -101,7 +101,7 @@ #if !TARGET_STM32L1 TimMasterHandle.Init.RepetitionCounter = 0; #endif -#ifdef TARGET_STM32F0 +#if TARGET_STM32F0||TARGET_STM32F7 TimMasterHandle.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE; #endif HAL_TIM_OC_Init(&TimMasterHandle);