aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-03-17 01:43:53 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2018-03-17 01:43:53 +0100
commit51d4c1ea89c7de9841d37505f9b780de70c696f2 (patch)
tree0b49df5082a68fef97903eb7b7d6b4921277a6cd /Source/System.h
parentbe36d09ae70587f2ccb73906e895914421f336ff (diff)
* System.c: Root counters are finally working, YAY!
* Sfx.c: SfxStopMusic() was relying on global timer to be increased under ISR, but this is not true anymore! * Other minor changes on EndAnimation.c.
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/System.h b/Source/System.h
index 9b8dfe8..8519a43 100644
--- a/Source/System.h
+++ b/Source/System.h
@@ -70,8 +70,7 @@ void SystemSetEmergencyMode(bool value);
// Returns emergency mode flag state
bool SystemGetEmergencyMode(void);
-// (Experimental)
-uint64_t SystemGetGlobalTimer(void);
+volatile uint64_t SystemGetGlobalTimer(void);
// Returns whether critical section of code is being entered
volatile bool SystemIsBusy(void);