Fix warning on platform with int wide 16 bits.
[bertos.git] / bertos / cfg / cfg_i2c.h
index 5db96e2f9eceabe891fcd0274b82ca6908c46d91..08f02b5c9c41a6e8e563f85ab0555556fa6687aa 100644 (file)
  */
 #define CONFIG_I2C_START_TIMEOUT 100
 
+/// Module logging level definition.
+#define I2C_LOG_LEVEL      LOG_LVL_INFO
+
+/// Module logging format.
+#define I2C_LOG_FORMAT     LOG_FMT_TERSE
+
 #endif /* CFG_I2C_H */