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
master
barthess 2011-08-06 07:41:02 +00:00
parent 6ee04cf232
commit 45b4898518
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**