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.
Revision 1:3d22d4e6de38, committed 2015-09-29
- Comitter:
- c128
- Date:
- Tue Sep 29 14:10:53 2015 +0000
- Parent:
- 0:6adab3889554
- Child:
- 2:6f1807a35656
- Commit message:
- .
Changed in this revision
| counter.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/counter.cpp Tue Sep 29 14:05:36 2015 +0000
+++ b/counter.cpp Tue Sep 29 14:10:53 2015 +0000
@@ -15,7 +15,7 @@
while (1) {
int16_t count1;
- count1=TIM2->CNT; //OK 401 411 TICKER 030
+ count1=TIM2->CNT;
printf("%d\r\n", count1);
wait(1.0);