From 51d4c1ea89c7de9841d37505f9b780de70c696f2 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 17 Mar 2018 01:43:53 +0100 Subject: * 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. --- Source/System.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/System.h') 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); -- cgit v1.2.3