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.
Diff: HardwarePulseCounter.cpp
- Revision:
- 1:2bbb30dc3ed3
- Parent:
- 0:baad428cbcc7
- Child:
- 3:2b2c973f1549
diff -r baad428cbcc7 -r 2bbb30dc3ed3 HardwarePulseCounter.cpp
--- a/HardwarePulseCounter.cpp Mon Oct 07 11:00:51 2019 +0000
+++ b/HardwarePulseCounter.cpp Mon Oct 07 21:15:39 2019 +0000
@@ -33,8 +33,6 @@
this->htim.Init.ClockDivision = TIM_CLOCKDIVISION_DIV1;
this->htim.Init.CounterMode = TIM_COUNTERMODE_UP;
this->htim.Init.AutoReloadPreload = TIM_AUTORELOAD_PRELOAD_DISABLE;
-
- this->sClockSourceConfig.ClockSource = TIM_CLOCKSOURCE_INTERNAL;
}