From dc2bd993692b435008ec3860b38b18e8ae6ce274 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 24 Jul 2014 14:39:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7075 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/nil/osal.h | 1 + os/hal/osal/rt/osal.h | 1 + 2 files changed, 2 insertions(+) diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h index f7eb253b7..64b391ad3 100644 --- a/os/hal/osal/nil/osal.h +++ b/os/hal/osal/nil/osal.h @@ -237,6 +237,7 @@ typedef struct { #define osalQueueWakeupAllI osalThreadDequeueAllI #define osalQueueWakeupOneI osalThreadDequeueNextI #define osalQueueGoSleepTimeoutS osalThreadEnqueueTimeoutS +#define osalEventInit osalEventObjectInit /** * @name Debug related macros diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index 7851c9138..386755dbf 100644 --- a/os/hal/osal/rt/osal.h +++ b/os/hal/osal/rt/osal.h @@ -229,6 +229,7 @@ typedef struct { #define osalQueueWakeupAllI osalThreadDequeueAllI #define osalQueueWakeupOneI osalThreadDequeueNextI #define osalQueueGoSleepTimeoutS osalThreadEnqueueTimeoutS +#define osalEventInit osalEventObjectInit /** * @name Debug related macros -- cgit v1.2.3