From 799af32149cba392839ce4cfc1e91ddaf15c8b51 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 27 Mar 2017 23:13:03 -0400 Subject: [PATCH] fixing build? --- win32_functional_tests/simulator/global.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/win32_functional_tests/simulator/global.h b/win32_functional_tests/simulator/global.h index 3a6ec2086a..b6ce580bc7 100644 --- a/win32_functional_tests/simulator/global.h +++ b/win32_functional_tests/simulator/global.h @@ -24,6 +24,8 @@ typedef Thread thread_t; #define THD_FUNCTION(tname, arg) void tname(void *arg) #define MSG_OK RDY_OK #define eventflags_t flagsmask_t +#define chSysLockFromISR chSysLockFromIsr +#define chSysUnlockFromISR chSysUnlockFromIsr #define chThdGetSelfX chThdSelf