aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
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);