# HG changeset patch # User jld # Date 1393834723 0 # Node ID 8cd345c99e6bae7b49d926bd9702292280ffedad # Parent 4b1912ce7f4f87cdfa9d625949ddf08021078822 * src/stm32_misc.c: Ensure TIM2 clock enabled when profiling. [Bugzilla 1001953] diff --git a/packages/hal/cortexm/stm32/var/current/ChangeLog b/packages/hal/cortexm/stm32/var/current/ChangeLog --- a/packages/hal/cortexm/stm32/var/current/ChangeLog +++ b/packages/hal/cortexm/stm32/var/current/ChangeLog @@ -1,3 +1,8 @@ +2014-02-28 John Dallaway + + * src/stm32_misc.c: Ensure TIM2 clock enabled when profiling. + [Bugzilla 1001953] + 2013-04-06 Jerzy Dyrda * include/var_io_eth.h: @@ -380,7 +385,7 @@ 2008-10-06 Nick Garnett