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.
Dependencies: mbed
Diff: inc/clocks.h
- Revision:
- 49:65c714a5def2
- Parent:
- 47:d10bf65cb7dc
- Child:
- 53:004a9674e922
--- a/inc/clocks.h Mon Mar 11 18:57:14 2019 +0000 +++ b/inc/clocks.h Tue Mar 12 22:16:03 2019 +0000 @@ -38,8 +38,11 @@ void checkFlip(void); void slowFlip(); void fastFlip(); +void ILR(); +extern unsigned short numFast; extern volatile bool dosFlip; extern volatile bool dofFlip; +extern volatile bool enable; #endif