diff options
Diffstat (limited to 'os/rt/templates/chconf.h')
| -rw-r--r-- | os/rt/templates/chconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h index 74e7fbb04..56e874b3b 100644 --- a/os/rt/templates/chconf.h +++ b/os/rt/templates/chconf.h @@ -448,7 +448,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() { \
}
/**
@@ -457,7 +457,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() { \
}
/**
|
