Y SI / lib_ClockCounter
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;
     }
 }