From ce24c73dc0b85a35e84c45aa960e339c59d0936f Mon Sep 17 00:00:00 2001 From: Michael Banther Date: Wed, 2 Oct 2019 16:51:46 +0100 Subject: [PATCH] Change pre-processor symbol names to make them generic. --- lib_xua/src/core/user/user_hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/user/user_hid.h b/lib_xua/src/core/user/user_hid.h index afcbb2e9..f0894d65 100644 --- a/lib_xua/src/core/user/user_hid.h +++ b/lib_xua/src/core/user/user_hid.h @@ -21,7 +21,7 @@ #if( 0 < HID_CONTROLS ) -#if( 0 < NDP_ASSERT_LEVEL ) +#if( 0 < INTERRUPT_ASSERT_LEVEL ) #define INT_ASSERT_LEVEL 1 #define INT_DEASSERT_LEVEL 0 #else