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: EncoderCounter.cpp
- Revision:
- 5:47262622a9bf
- Parent:
- 0:9a3e7847a4be
--- a/EncoderCounter.cpp Wed Apr 11 15:26:03 2018 +0000
+++ b/EncoderCounter.cpp Mon Apr 16 12:44:48 2018 +0000
@@ -138,7 +138,7 @@
*/
void EncoderCounter::reset() {
- TIM->CNT = 0x0000;
+ TIM->CNT = 0x0000;
}
/**
