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-d51de3d6d3f4master
parent
6ee04cf232
commit
45b4898518
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue