aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-06 07:41:02 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-06 07:41:02 +0000
commit45b489851878769402af4a353fa2b759c815be39 (patch)
tree8737f05166ef4a995952d8132c0b1eff1d2fcd4a /os/hal
parent6ee04cf23282fff92b088ac6f408e5233eb3aa75 (diff)
downloadChibiOS-45b489851878769402af4a353fa2b759c815be39.tar.gz
ChibiOS-45b489851878769402af4a353fa2b759c815be39.tar.bz2
ChibiOS-45b489851878769402af4a353fa2b759c815be39.zip
I2C. Default choise changed to callback based driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3191 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h
index 69d1753bb..38b9add05 100644
--- a/os/hal/platforms/STM32/i2c_lld.h
+++ b/os/hal/platforms/STM32/i2c_lld.h
@@ -22,7 +22,7 @@
* @note The default is synchronouse.
*/
#if !defined(I2C_SUPPORTS_CALLBACKS) || defined(__DOXYGEN__)
-#define I2C_SUPPORTS_CALLBACKS FALSE
+#define I2C_SUPPORTS_CALLBACKS TRUE
#endif
/**