aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F37x/I2C/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F37x/I2C/chconf.h')
-rw-r--r--testhal/STM32/STM32F37x/I2C/chconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F37x/I2C/chconf.h b/testhal/STM32/STM32F37x/I2C/chconf.h
index ceff267de..f6b81ee50 100644
--- a/testhal/STM32/STM32F37x/I2C/chconf.h
+++ b/testhal/STM32/STM32F37x/I2C/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() { \
}
/**