aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-31 10:46:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-31 10:46:06 +0000
commit246b79ae4ae53db056d1c892f5beebc462ef25b6 (patch)
tree2f7a8ff7095d8fc2c7d2c510f80bdbf2de6bb66e /testhal/KINETIS
parent13dd1668a6fc3be71fbd7dcc98a6d3d2cc6ddecc (diff)
downloadChibiOS-246b79ae4ae53db056d1c892f5beebc462ef25b6.tar.gz
ChibiOS-246b79ae4ae53db056d1c892f5beebc462ef25b6.tar.bz2
ChibiOS-246b79ae4ae53db056d1c892f5beebc462ef25b6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7836 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/KINETIS')
-rw-r--r--testhal/KINETIS/ADC/chconf.h4
-rw-r--r--testhal/KINETIS/I2C/chconf.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/testhal/KINETIS/ADC/chconf.h b/testhal/KINETIS/ADC/chconf.h
index 50d7f2d73..10a9ca7b4 100644
--- a/testhal/KINETIS/ADC/chconf.h
+++ b/testhal/KINETIS/ADC/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/testhal/KINETIS/I2C/chconf.h b/testhal/KINETIS/I2C/chconf.h
index 50d7f2d73..10a9ca7b4 100644
--- a/testhal/KINETIS/I2C/chconf.h
+++ b/testhal/KINETIS/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() { \
}
/**