adjustments for i2c

This commit is contained in:
Jack Humbert 2018-12-17 16:34:25 -05:00
parent ba4a599f13
commit 399de15193
4 changed files with 13 additions and 5 deletions

View file

@ -76,7 +76,7 @@
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
#define HAL_USE_I2C FALSE
#define HAL_USE_I2C TRUE
#endif
/**