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 HardwareTimersLib by
Diff: Timer_PIT.cpp
- Revision:
- 3:dd54446143ee
- Parent:
- 2:5056ec8c52e8
- Child:
- 7:78f6ee57d324
--- a/Timer_PIT.cpp Sun Mar 09 03:02:55 2014 +0000 +++ b/Timer_PIT.cpp Sun Mar 09 03:09:42 2014 +0000 @@ -10,7 +10,7 @@ //Init class static variable bool Timer_PIT::__initialized_pit = false; -uint16_t Timer_PIT::__rolloverValue = 0xFFFFFFFF; +uint32_t Timer_PIT::__rolloverValue = 0xFFFFFFFF; uint32_t Timer_PIT::__count = 0;
