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.
Fork of LG2 by
Diff: MTimer.c
- Revision:
- 210:b02fa166315d
- Parent:
- 209:224e7331a061
- Child:
- 211:ac8251b067d2
diff -r 224e7331a061 -r b02fa166315d MTimer.c --- a/MTimer.c Thu Apr 13 14:14:45 2017 +0000 +++ b/MTimer.c Mon Apr 24 05:43:54 2017 +0000 @@ -221,8 +221,8 @@ /////////////////////////прерывание таймера 2////////////////////////// /////////////////////////////////////////////////////////////////////// __irq void TIMER2_IRQHandler (void) -{ - +{ + LoopOn LPC_TIM2->IR = 1; if(Time_UART) Time_UART--; @@ -259,5 +259,6 @@ Time250Hz -= 6; Event250Hz ++; } - + + LoopOff } \ No newline at end of file