aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/chconf.h')
-rw-r--r--test/rt/testbuild/chconf.h4
1 files changed, 2 insertions, 2 deletions
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() { \
}
/**