From c4dcd29c7708fc02463cf7e921f31ab404d88843 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 27 Oct 2020 20:37:19 -0400 Subject: match all of code_801DBE90 --- include/SDK/OS/OSInterrupt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/SDK/OS/OSInterrupt.h') diff --git a/include/SDK/OS/OSInterrupt.h b/include/SDK/OS/OSInterrupt.h index b4508f6..700faf6 100644 --- a/include/SDK/OS/OSInterrupt.h +++ b/include/SDK/OS/OSInterrupt.h @@ -6,7 +6,7 @@ extern "C" { #endif BOOL OSDisableInterrupts(void); -void OSRestoreInterrupts(void); +void OSRestoreInterrupts(BOOL enable); #ifdef __cplusplus } -- cgit v1.2.3