From 246b79ae4ae53db056d1c892f5beebc462ef25b6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 31 Mar 2015 10:46:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7836 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/hal/testbuild/chconf.h | 4 ++-- test/rt/coverage/chconf.h | 4 ++-- test/rt/testbuild/chconf.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/hal/testbuild/chconf.h b/test/hal/testbuild/chconf.h index 71bf7a0fd..96cc00802 100644 --- a/test/hal/testbuild/chconf.h +++ b/test/hal/testbuild/chconf.h @@ -449,7 +449,7 @@ * should be invoked from here. * @note This macro can be used to activate a power saving mode. */ -#define CH_CFG_IDLE_ENTER_HOOK() { \ +#define CH_CFG_IDLE_ENTER_HOOK() { \ } /** @@ -458,7 +458,7 @@ * should be invoked from here. * @note This macro can be used to deactivate a power saving mode. */ -#define CH_CFG_IDLE_LEAVE_HOOK() { \ +#define CH_CFG_IDLE_LEAVE_HOOK() { \ } /** diff --git a/test/rt/coverage/chconf.h b/test/rt/coverage/chconf.h index e8778eebd..2807a938d 100644 --- a/test/rt/coverage/chconf.h +++ b/test/rt/coverage/chconf.h @@ -449,7 +449,7 @@ * should be invoked from here. * @note This macro can be used to activate a power saving mode. */ -#define CH_CFG_IDLE_ENTER_HOOK() { \ +#define CH_CFG_IDLE_ENTER_HOOK() { \ } /** @@ -458,7 +458,7 @@ * should be invoked from here. * @note This macro can be used to deactivate a power saving mode. */ -#define CH_CFG_IDLE_LEAVE_HOOK() { \ +#define CH_CFG_IDLE_LEAVE_HOOK() { \ } /** diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h index 8574d272a..38f41ebb3 100644 --- a/test/rt/testbuild/chconf.h +++ b/test/rt/testbuild/chconf.h @@ -517,7 +517,7 @@ * should be invoked from here. * @note This macro can be used to activate a power saving mode. */ -#define CH_CFG_IDLE_ENTER_HOOK() { \ +#define CH_CFG_IDLE_ENTER_HOOK() { \ } /** @@ -526,7 +526,7 @@ * should be invoked from here. * @note This macro can be used to deactivate a power saving mode. */ -#define CH_CFG_IDLE_LEAVE_HOOK() { \ +#define CH_CFG_IDLE_LEAVE_HOOK() { \ } /** -- cgit v1.2.3