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: lib_ClockCounter.cpp
- Revision:
- 4:b873a2fda102
- Parent:
- 3:20dd01b1a1fd
- Child:
- 5:b5e68cd91f09
--- a/lib_ClockCounter.cpp Tue Jan 07 14:55:10 2020 +0000 +++ b/lib_ClockCounter.cpp Tue Jan 07 15:00:14 2020 +0000 @@ -42,6 +42,8 @@ // CCR => Capture Control Register LPC_TIM2->CCR = 0x0; // Bits(5,4,3,2,1,0) 000000 => capture and interrupt on event disabled break; + default: + break; } }