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 LoRaWAN-lib SX1272Lib
Diff: system/timer.cpp
- Revision:
 - 5:62862ef9480b
 - Parent:
 - 3:3152aa75c58d
 - Child:
 - 7:5077515c163b
 
--- a/system/timer.cpp	Wed May 18 11:33:36 2016 +0000
+++ b/system/timer.cpp	Tue Jul 05 15:00:47 2016 +0000
@@ -17,7 +17,7 @@
 Timer TimeCounter;
 Ticker LoadTimeCounter;
 
-volatile uint32_t CurrentTime = 0;
+volatile uint64_t CurrentTime = 0;
 
 void TimerResetTimeCounter( void )
 {